]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/s390/tools/Makefile
Merge branch 'for-4.13' into for-linus
[karo-tx-linux.git] / arch / s390 / tools / Makefile
1 #
2 # Makefile for s390 specific build tools
3 #
4
5 hostprogs-y                 += gen_facilities
6 HOSTCFLAGS_gen_facilities.o += -Wall $(LINUXINCLUDE)
7
8 define filechk_facilities.h
9         $(obj)/gen_facilities
10 endef
11
12 include/generated/facilities.h: $(obj)/gen_facilities FORCE
13         $(call filechk,facilities.h)