]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: remove CONFIG_SOURCE support in Makefile
authorPatrick Delaunay <patrick.delaunay@st.com>
Thu, 25 Oct 2018 14:54:42 +0000 (16:54 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 1 Nov 2018 14:02:43 +0000 (10:02 -0400)
commitf4dd0204e8b4230db83cece9551d7b539ef30766
tree487dc0c452805b60115ac8658d8b958b42dbcfe7
parent8745e3715a1b672bfd73bf9829eb26c2e802ef61
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