Linux 4.8-rc8
[linux/fpc-iii.git] / arch / s390 / tools / Makefile
blob6d9814c9df2bc250f464de38436966a5908f624e
2 # Makefile for s390 specific build tools
5 hostprogs-y += gen_facilities
6 HOSTCFLAGS_gen_facilities.o += -Wall $(LINUXINCLUDE)
8 define filechk_facilities.h
9 $(obj)/gen_facilities
10 endef
12 $(obj)/gen_facilities.o: $(srctree)/arch/s390/tools/gen_facilities.c
14 include/generated/facilities.h: $(obj)/gen_facilities FORCE
15 $(call filechk,facilities.h)