build: remove duplicated config in Makefile 63/152963/1
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 27 Sep 2017 11:22:56 +0000 (20:22 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 27 Sep 2017 11:22:59 +0000 (20:22 +0900)
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 <sw0312.kim@samsung.com>
Makefile

index 56af01c..fafb29d 100644 (file)
--- 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