secgateway/kernel/linux-4.14.83/arch/s390/tools/Makefile

15 lines
318 B
Makefile
Raw Normal View History

2019-06-11 07:43:23 +00:00
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for s390 specific build tools
#
hostprogs-y += gen_facilities
HOSTCFLAGS_gen_facilities.o += -Wall $(LINUXINCLUDE)
define filechk_facilities.h
$(obj)/gen_facilities
endef
include/generated/facilities.h: $(obj)/gen_facilities FORCE
$(call filechk,facilities.h)