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>
This commit is contained in:
parent
26da01f700
commit
be6eb23931
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user