aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/parser.y
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-08-26 02:28:33 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2019-11-11 20:07:03 +0900
commit521b29b6ff53aa642ca0964ad34c2ebcb8dbad14 (patch)
tree01410756f6e29c79b704ae02e1e386e9604a7b8e /scripts/kconfig/parser.y
parentvideo/logo: move pnmtologo tool to drivers/video/logo/ from scripts/ (diff)
downloadlinux-dev-521b29b6ff53aa642ca0964ad34c2ebcb8dbad14.tar.xz
linux-dev-521b29b6ff53aa642ca0964ad34c2ebcb8dbad14.zip
kconfig: split util.c out of parser.y
util.c exists both in scripts/kconfig/ and scripts/kconfig/lxdialog. Prior to commit 54b8ae66ae1a ("kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)"), Kbuild could not pass different flags to source files with the same basename. Now that this issue was solved, you can split util.c out of parser.y and compile them independently of each other. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to '')
-rw-r--r--scripts/kconfig/parser.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/kconfig/parser.y b/scripts/kconfig/parser.y
index 60936c76865b..b3eff9613cf8 100644
--- a/scripts/kconfig/parser.y
+++ b/scripts/kconfig/parser.y
@@ -727,5 +727,4 @@ void zconfdump(FILE *out)
}
}
-#include "util.c"
#include "menu.c"