rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 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) |