From: Piotr Dymacz Date: Wed, 2 Dec 2015 17:57:42 +0000 (+0100) Subject: Include new QC/A SPI FLASH driver in Makefile X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=357136d44b38eae4bd7bac9892860b3a20ead769;p=oweals%2Fu-boot_mod.git Include new QC/A SPI FLASH driver in Makefile --- diff --git a/u-boot/cpu/mips/ar7240/Makefile b/u-boot/cpu/mips/ar7240/Makefile index c48e028..f009f25 100644 --- a/u-boot/cpu/mips/ar7240/Makefile +++ b/u-boot/cpu/mips/ar7240/Makefile @@ -9,6 +9,7 @@ SOBJS = OBJS += meminit.o OBJS += qca_common.o OBJS += qca_clocks.o +OBJS += qca_sf.o SOBJS += qca_gpio_init.o ifeq ($(BOARD), ap121)