]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/s390/tools/Makefile
UBUNTU: Ubuntu-4.13.0-45.50
[mirror_ubuntu-artful-kernel.git] / arch / s390 / tools / Makefile
CommitLineData
c30f6828
HC
1#
2# Makefile for s390 specific build tools
3#
4
5hostprogs-y += gen_facilities
6HOSTCFLAGS_gen_facilities.o += -Wall $(LINUXINCLUDE)
7
8define filechk_facilities.h
9 $(obj)/gen_facilities
10endef
11
c30f6828
HC
12include/generated/facilities.h: $(obj)/gen_facilities FORCE
13 $(call filechk,facilities.h)