1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 # !! 2 hostprogs := elf-entry 3 # Makefile for s390 specific build tools !! 3 PHONY += elf-entry 4 # !! 4 elf-entry: $(obj)/elf-entry 5 !! 5 @: 6 kapi := arch/$(ARCH)/include/generated/asm !! 6 7 kapi-hdrs-y := $(kapi)/facility-defs.h $(kapi) !! 7 hostprogs += loongson3-llsc-check 8 !! 8 PHONY += loongson3-llsc-check 9 PHONY += kapi !! 9 loongson3-llsc-check: $(obj)/loongson3-llsc-check 10 << 11 kapi: $(kapi-hdrs-y) << 12 << 13 hostprogs += gen_facilities << 14 hostprogs += gen_opcode_tabl << 15 << 16 HOSTCFLAGS_gen_facilities.o += $(LINUXINCLUDE) << 17 << 18 filechk_facility-defs.h = $(obj)/gen_facilitie << 19 << 20 filechk_dis-defs.h = \ << 21 $(obj)/gen_opcode_table < $(srctree)/a << 22 << 23 $(kapi)/facility-defs.h: $(obj)/gen_facilities << 24 $(call filechk,facility-defs.h) << 25 << 26 $(kapi)/dis-defs.h: $(obj)/gen_opcode_table FO << 27 $(call filechk,dis-defs.h) << 28 << 29 hostprogs += relocs << 30 PHONY += relocs << 31 relocs: $(obj)/relocs << 32 @: 10 @:
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.