From: Seung-Woo Kim Date: Wed, 27 Sep 2017 11:22:56 +0000 (+0900) Subject: build: remove duplicated config in Makefile X-Git-Tag: accepted/tizen/4.0/unified/20170929.080247~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F63%2F152963%2F1;p=profile%2Fmobile%2Fplatform%2Fkernel%2Fu-boot-tm1.git 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 --- 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