btrfs: Fix up 32/64-bit compatibility for new ioctls
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / scripts / genksyms / Makefile
bloba5510903e874a35a5cbb238e1eb50a7b82746fd6
2 hostprogs-y := genksyms
3 always := $(hostprogs-y)
5 genksyms-objs := genksyms.o parse.tab.o lex.lex.o
7 # -I needed for generated C source (shipped source)
8 HOSTCFLAGS_parse.tab.o := -I$(src)
9 HOSTCFLAGS_lex.lex.o := -I$(src)
11 # dependencies on generated files need to be listed explicitly
12 $(obj)/lex.lex.o: $(obj)/keywords.hash.c $(obj)/parse.tab.h