1 obj-y += translate.o helper.o cpu.o op_helper.o gdbstub.o mem_helper.o
3 obj-$(CONFIG_SOFTMMU) += machine.o
5 DECODETREE = $(SRC_PATH)/scripts/decodetree.py
7 target/hppa/decode.inc.c: $(SRC_PATH)/target/hppa/insns.decode $(DECODETREE)
9 $(PYTHON) $(DECODETREE) -o $@ $<, "GEN", $(TARGET_DIR)$@)
11 target/hppa/translate.o: target/hppa/decode.inc.c