]> Git Repo - qemu.git/blobdiff - target-ppc/Makefile.objs
ppc: Split off timebase helpers
[qemu.git] / target-ppc / Makefile.objs
index f78161004e5086720f31739d45458ab7f4bbaed2..19dc744f43a20c29c3dbf22be5f1d349b69847a3 100644 (file)
@@ -2,5 +2,11 @@ obj-y += translate.o op_helper.o helper.o
 obj-$(CONFIG_SOFTMMU) += machine.o
 obj-$(CONFIG_KVM) += kvm.o kvm_ppc.o
 obj-y += op_helper.o helper.o
+obj-y += excp_helper.o
+obj-y += fpu_helper.o
+obj-y += int_helper.o
+obj-y += mmu_helper.o
+obj-y += timebase_helper.o
 
+$(obj)/timebase_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
 $(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
This page took 0.024234 seconds and 4 git commands to generate.