aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@st.com>2018-10-25 16:54:42 +0200
committerTom Rini <trini@konsulko.com>2018-11-01 10:02:43 -0400
commitbe6eb2393131b3c0668df3f04868c56c3bb39702 (patch)
tree487dc0c452805b60115ac8658d8b958b42dbcfe7 /cmd
parent26da01f7001c5dc71a8ee8148632f21b3e56729a (diff)
downloadu-boot-be6eb2393131b3c0668df3f04868c56c3bb39702.zip
u-boot-be6eb2393131b3c0668df3f04868c56c3bb39702.tar.gz
u-boot-be6eb2393131b3c0668df3f04868c56c3bb39702.tar.bz2
cmd: remove CONFIG_SOURCE support in Makefile
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@st.com>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Makefile1
1 files changed, 0 insertions, 1 deletions
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