[U-Boot] [PATCH] 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 ---
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

On Thu, Oct 25, 2018 at 04:54:42PM +0200, Patrick Delaunay wrote:
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
Applied to u-boot/master, thanks!
participants (2)
-
Patrick Delaunay
-
Tom Rini