aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/kconfig/build.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/kconfig/build.mk b/tools/kconfig/build.mk
index 060dd99..a11a6d4 100755
--- a/tools/kconfig/build.mk
+++ b/tools/kconfig/build.mk
@@ -22,5 +22,5 @@ HOST_LDFLAGS := $(shell pkg-config --libs ncursesw)
lex.yy.c: lexer.l parser.tab.c
flex $<
-clean: clean.base
- @rm -f parser.tab.h parser.tab.c lex.yy.c
+CLEAN_FILES += parser.tab.h parser.tab.c lex.yy.c
+