From 357136d44b38eae4bd7bac9892860b3a20ead769 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Wed, 2 Dec 2015 18:57:42 +0100 Subject: [PATCH] Include new QC/A SPI FLASH driver in Makefile --- u-boot/cpu/mips/ar7240/Makefile | 1 + 1 file changed, 1 insertion(+) 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) -- 2.25.1