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)
commitbe6eb2393131b3c0668df3f04868c56c3bb39702
tree487dc0c452805b60115ac8658d8b958b42dbcfe7
parent26da01f7001c5dc71a8ee8148632f21b3e56729a
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