target/arm: Deliver BKPT/BRK exceptions to correct exception level
[qemu/ar7.git] / target / hppa / Makefile.objs
blob174f50a96caebb76e2a8be1d2f216355cbae23e3
1 obj-y += translate.o helper.o cpu.o op_helper.o gdbstub.o mem_helper.o
2 obj-y += int_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)
8         $(call quiet-command,\
9           $(PYTHON) $(DECODETREE) -o $@ $<, "GEN", $(TARGET_DIR)$@)
11 target/hppa/translate.o: target/hppa/decode.inc.c