OSDN Git Service

kconfig: expand lefthand side of assignment statement
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 28 May 2018 09:21:52 +0000 (18:21 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 28 May 2018 18:31:19 +0000 (03:31 +0900)
commit82bc8bd82e5c4e6e53d4ba20bb89cec6a91d8702
tree537b0b2eeb2e604b7399ea9dc7d84a93e05e76b5
parented2a22f277c60308481ecea1e1b846cbf249af41
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>
scripts/kconfig/zconf.l