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