Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 603d8c0a authored by Fernando Luis Vázquez Cao's avatar Fernando Luis Vázquez Cao Committed by Michal Marek
Browse files

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: default avatarFernando Luis Vazquez <Cao&lt;fernando@oss.ntt.co.jp>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent e6ac89fa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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