Commit 603d8c0adb0f7576f92fc435c69be9406dc60762

Authored by Fernando Luis Vázquez Cao
Committed by Michal Marek
1 parent e6ac89fabd

scripts/genksyms: clean lex/yacc generated files

Add "keywords.hash.c", "lex.lex.c", "parse.tab.c" and "parse.tab.h" to
clean-list so that they get automagically deleted at clean/mrproper
time.

Signed-off-by: Fernando Luis Vazquez Cao<fernando@oss.ntt.co.jp>
Signed-off-by: Michal Marek <mmarek@suse.cz>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

scripts/genksyms/Makefile
... ... @@ -10,4 +10,6 @@
10 10  
11 11 # dependencies on generated files need to be listed explicitly
12 12 $(obj)/lex.lex.o: $(obj)/keywords.hash.c $(obj)/parse.tab.h
  13 +
  14 +clean-files := keywords.hash.c lex.lex.c parse.tab.c parse.tab.h