linux/arch/s390/tools
Masahiro Yamada e888f7419d s390: do not pass $(LINUXINCLUDE) to gen_opcode_table.c
I guess HOSTCFLAGS_gen_opcode_table.o was blindly copied from
HOSTCFLAGS_gen_facilities.o

The reason of adding $(LINUXINCLUDE) to HOSTCFLAGS_gen_facilities.o
is because gen_facilities.c references some CONFIG options. (Kbuild
does not cater to this for host tools automatically.)

On the other hand, gen_opcode_table.c does not reference CONFIG
options at all. So, there is no good reason to pass $(LINUXINCLUDE).

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
2019-06-04 15:03:22 +02:00
..
.gitignore s390/disassembler: add generated gen_opcode_table tool to .gitignore 2018-01-23 07:36:45 +01:00
gen_facilities.c KVM: s390: add deflate conversion facilty to cpu model 2019-04-25 02:24:17 -04:00
gen_opcode_table.c s390/tools: fix gcc 8 stringop-truncation warnings 2018-07-02 11:25:05 +02:00
Makefile s390: do not pass $(LINUXINCLUDE) to gen_opcode_table.c 2019-06-04 15:03:22 +02:00
opcodes.txt s390/opcodes: add missing instructions to the disassembler 2019-05-02 13:54:11 +02:00