]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/s390/tools/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / s390 / tools / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for s390 specific build tools
4 #
5
6 hostprogs-y += gen_facilities
7 HOSTCFLAGS_gen_facilities.o += -Wall $(LINUXINCLUDE)
8
9 define filechk_facilities.h
10 $(obj)/gen_facilities
11 endef
12
13 include/generated/facilities.h: $(obj)/gen_facilities FORCE
14 $(call filechk,facilities.h)