Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
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
12$(obj)/gen_facilities.o: $(srctree)/arch/s390/tools/gen_facilities.c
13
14include/generated/facilities.h: $(obj)/gen_facilities FORCE
15 $(call filechk,facilities.h)