From 604594543295e3bc517790b0a5f314243cd89405 Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Wed, 27 Sep 2017 20:22:56 +0900 Subject: [PATCH] build: remove duplicated config in Makefile There is duplicated config in Makefile. Remove the duplicated config to resolve following warning: Makefile:1609: warning: overriding recipe for target 'sp7731gea_hd_config' Makefile:1587: warning: ignoring old recipe for target 'sp7731gea_hd_config' Change-Id: Icd68729e87de893f10a31c6f0e1d47faf0603248 Signed-off-by: Seung-Woo Kim --- Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile b/Makefile index 56af01c..fafb29d 100644 --- a/Makefile +++ b/Makefile @@ -1583,11 +1583,6 @@ sp7731gea_config : unconfig @echo "CONFIG_NAND_U_BOOT = y" >> $(obj)include/config.mk @$(MKCONFIG) $@ arm armv7 sp7731gea spreadtrum sc8830 -sp7731gea_hd_config : unconfig - @mkdir -p $(obj)include - @echo "CONFIG_NAND_U_BOOT = y" >> $(obj)include/config.mk - @$(MKCONFIG) $@ arm armv7 sp7731gea_hd spreadtrum sc8830 - sp8730seea_qhd_config : unconfig @mkdir -p $(obj)include @echo "CONFIG_NAND_U_BOOT = y" >> $(obj)include/config.mk -- 2.7.4