hw/riscv: sifive_u: Sort the SoC memmap table entries
[qemu/ar7.git] / target / rx / Makefile.objs
bloba0018d5bc55576abaf8a536b02911373b34afc4b
1 obj-y += translate.o op_helper.o helper.o cpu.o gdbstub.o disas.o
3 DECODETREE = $(SRC_PATH)/scripts/decodetree.py
5 target/rx/decode.inc.c: \
6   $(SRC_PATH)/target/rx/insns.decode $(DECODETREE)
7         $(call quiet-command,\
8           $(PYTHON) $(DECODETREE) --varinsnwidth 32 -o $@ $<, "GEN", $(TARGET_DIR)$@)
10 target/rx/translate.o: target/rx/decode.inc.c
11 target/rx/disas.o: target/rx/decode.inc.c