diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/dtc/Makefile | 6 | ||||
| -rw-r--r-- | scripts/genksyms/Makefile | 2 | ||||
| -rw-r--r-- | scripts/kconfig/Makefile | 2 |
3 files changed, 3 insertions, 7 deletions
diff --git a/scripts/dtc/Makefile b/scripts/dtc/Makefile index a88b8c9bf46d..d17ba6427740 100644 --- a/scripts/dtc/Makefile +++ b/scripts/dtc/Makefile | |||
| @@ -28,7 +28,5 @@ HOSTCFLAGS_dtc-parser.tab.o := $(HOSTCFLAGS_DTC) | |||
| 28 | # dependencies on generated files need to be listed explicitly | 28 | # dependencies on generated files need to be listed explicitly |
| 29 | $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h | 29 | $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h |
| 30 | 30 | ||
| 31 | # generated files need to include *.cmd and be cleaned explicitly | 31 | # generated files need to include *.cmd |
| 32 | generated-files := dtc-lexer.lex.c dtc-parser.tab.c dtc-parser.tab.h | 32 | targets := dtc-lexer.lex.c dtc-parser.tab.c dtc-parser.tab.h |
| 33 | targets := $(generated-files) | ||
| 34 | clean-files := $(generated-files) | ||
diff --git a/scripts/genksyms/Makefile b/scripts/genksyms/Makefile index 34d6ab1811a4..0ccac515a8d8 100644 --- a/scripts/genksyms/Makefile +++ b/scripts/genksyms/Makefile | |||
| @@ -11,5 +11,3 @@ HOSTCFLAGS_lex.lex.o := -I$(src) | |||
| 11 | 11 | ||
| 12 | # dependencies on generated files need to be listed explicitly | 12 | # dependencies on generated files need to be listed explicitly |
| 13 | $(obj)/lex.lex.o: $(obj)/parse.tab.h | 13 | $(obj)/lex.lex.o: $(obj)/parse.tab.h |
| 14 | |||
| 15 | clean-files := lex.lex.c parse.tab.c parse.tab.h | ||
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index f9bdd02c06a2..1dcd797d7e50 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile | |||
| @@ -209,7 +209,7 @@ hostprogs-y := conf nconf mconf kxgettext qconf gconf | |||
| 209 | 209 | ||
| 210 | targets += zconf.tab.c zconf.lex.c | 210 | targets += zconf.tab.c zconf.lex.c |
| 211 | clean-files := qconf.moc .tmp_qtcheck .tmp_gtkcheck | 211 | clean-files := qconf.moc .tmp_qtcheck .tmp_gtkcheck |
| 212 | clean-files += zconf.tab.c zconf.lex.c gconf.glade.h | 212 | clean-files += gconf.glade.h |
| 213 | clean-files += config.pot linux.pot | 213 | clean-files += config.pot linux.pot |
| 214 | 214 | ||
| 215 | # Check that we have the required ncurses stuff installed for lxdialog (menuconfig) | 215 | # Check that we have the required ncurses stuff installed for lxdialog (menuconfig) |
