blob: aca33b98bf634b269b9857f5bc08d2e315f5f8d3 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001
2hostprogs-y := genksyms
3always := $(hostprogs-y)
4
5genksyms-objs := genksyms.o parse.tab.o lex.lex.o
6
7# -I needed for generated C source (shipped source)
8HOSTCFLAGS_parse.tab.o := -I$(src)
9HOSTCFLAGS_lex.lex.o := -I$(src)
10
11# dependencies on generated files need to be listed explicitly
12$(obj)/lex.lex.o: $(obj)/keywords.hash.c $(obj)/parse.tab.h
13
14clean-files := keywords.hash.c lex.lex.c parse.tab.c parse.tab.h