unicorn/qemu/target-ppc/Makefile.objs
2020-05-27 15:53:51 +08:00

14 lines
295 B
Makefile

obj-y += cpu-models.o
obj-y += mmu_helper.o mmu-hash32.o
obj-$(TARGET_PPC64) += mmu-hash64.o
obj-y += dfp_helper.o
obj-y += excp_helper.o
obj-y += fpu_helper.o
obj-y += int_helper.o
obj-y += timebase_helper.o
obj-y += misc_helper.o
obj-y += mem_helper.o
obj-y += translate.o
obj-y += unicorn.o