2017-10-01 23:11:45 +03:00
|
|
|
obj-y += translate.o helper.o cpu.o op_helper.o gdbstub.o mem_helper.o
|
2017-10-11 23:19:11 +03:00
|
|
|
obj-y += int_helper.o
|
2017-11-20 13:06:04 +03:00
|
|
|
obj-$(CONFIG_SOFTMMU) += machine.o
|
2018-02-12 04:14:10 +03:00
|
|
|
|
|
|
|
DECODETREE = $(SRC_PATH)/scripts/decodetree.py
|
|
|
|
|
|
|
|
target/hppa/decode.inc.c: $(SRC_PATH)/target/hppa/insns.decode $(DECODETREE)
|
|
|
|
$(call quiet-command,\
|
|
|
|
$(PYTHON) $(DECODETREE) -o $@ $<, "GEN", $(TARGET_DIR)$@)
|
|
|
|
|
|
|
|
target/hppa/translate.o: target/hppa/decode.inc.c
|