kconfig: expand lefthand side of assignment statement
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 28 May 2018 09:21:52 +0000 (18:21 +0900)
committerChristian Lamparter <chunkeey@gmail.com>
Sun, 10 Feb 2019 21:13:35 +0000 (22:13 +0100)
commitf3aea9e2017b600dde932ddaf200a4fd0d56eb06
treecc8f6a63736dfdbcfcfd52e16abd4e73d1372def
parentc9645e9489aac917a4883ddecc857b1c6fcc2c38
kconfig: expand lefthand side of assignment statement

Make expands the lefthand side of assignment statements.  In fact,
Kbuild relies on it since kernel makefiles mostly look like this:

  obj-$(CONFIG_FOO) += foo.o

Do likewise in Kconfig.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
config/zconf.l