[U-Boot] [PATCH] cmd: remove CONFIG_SOURCE support in Makefile
Patrick Delaunay
patrick.delaunay at st.com
Thu Oct 25 14:54:42 UTC 2018
This line is no more needed and can be removed.
Only CONFIG_CMD_SOURCE is defined in Kconfig and
used in defconfig files.
CONFIG_SOURCE if not defined in source code and
"config SOURCE" is not present in any Kconfig.
Signed-off-by: Patrick Delaunay <patrick.delaunay at st.com>
---
cmd/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/cmd/Makefile b/cmd/Makefile
index d9cdaf6..ac4830a 100644
--- a/cmd/Makefile
+++ b/cmd/Makefile
@@ -15,7 +15,6 @@ obj-$(CONFIG_CMD_AES) += aes.o
obj-$(CONFIG_CMD_ADC) += adc.o
obj-$(CONFIG_CMD_ARMFLASH) += armflash.o
obj-y += blk_common.o
-obj-$(CONFIG_SOURCE) += source.o
obj-$(CONFIG_CMD_SOURCE) += source.o
obj-$(CONFIG_CMD_BDI) += bdinfo.o
obj-$(CONFIG_CMD_BEDBUG) += bedbug.o
--
2.7.4
More information about the U-Boot
mailing list