x86/speculation/mds: Fix documentation typo
[linux/fpc-iii.git] / arch / s390 / tools / Makefile
blobd54c149fbb6b821406c8dda170d814fd62f2d31c
1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for s390 specific build tools
6 hostprogs-y += gen_facilities
7 HOSTCFLAGS_gen_facilities.o += -Wall $(LINUXINCLUDE)
9 define filechk_facilities.h
10 $(obj)/gen_facilities
11 endef
13 include/generated/facilities.h: $(obj)/gen_facilities FORCE
14 $(call filechk,facilities.h)