Merge branches 'for-3.15/upstream-fixes' and 'for-3.16/upstream' into for-linus
[deliverable/linux.git] / scripts / genksyms / Makefile
1
2 hostprogs-y := genksyms
3 always := $(hostprogs-y)
4
5 genksyms-objs := genksyms.o parse.tab.o lex.lex.o
6
7 # -I needed for generated C source (shipped source)
8 HOSTCFLAGS_parse.tab.o := -I$(src)
9 HOSTCFLAGS_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
14 clean-files := keywords.hash.c lex.lex.c parse.tab.c parse.tab.h
This page took 0.030367 seconds and 5 git commands to generate.