Skip to content

Commit

Permalink
scripts/genksyms: clean lex/yacc generated files
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Fernando Luis Vázquez Cao authored and Michal Marek committed Jan 8, 2012
1 parent e6ac89f commit 603d8c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/genksyms/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ HOSTCFLAGS_lex.lex.o := -I$(src)
# dependencies on generated files need to be listed explicitly
$(obj)/lex.lex.o: $(obj)/keywords.hash.c $(obj)/parse.tab.h

clean-files := keywords.hash.c lex.lex.c parse.tab.c parse.tab.h

0 comments on commit 603d8c0

Please sign in to comment.