]> Git Repo - qemu.git/blobdiff - target/arm/Makefile.objs
Include qemu/main-loop.h less
[qemu.git] / target / arm / Makefile.objs
index 5c154f01c581c1f5c52d164034ad8243ea35de0e..5cafc1eb6c8e999e2be8450cdd9570c02411dc26 100644 (file)
@@ -1,4 +1,4 @@
-obj-y += arm-semi.o
+obj-$(CONFIG_TCG) += arm-semi.o
 obj-y += helper.o vfp_helper.o
 obj-y += cpu.o gdbstub.o
 obj-$(TARGET_AARCH64) += cpu64.o gdbstub64.o
@@ -32,10 +32,11 @@ target/arm/translate-sve.o: target/arm/decode-sve.inc.c
 target/arm/translate.o: target/arm/decode-vfp.inc.c
 target/arm/translate.o: target/arm/decode-vfp-uncond.inc.c
 
-obj-y += tlb_helper.o
+obj-y += tlb_helper.o debug_helper.o
 obj-y += translate.o op_helper.o
 obj-y += crypto_helper.o
 obj-y += iwmmxt_helper.o vec_helper.o neon_helper.o
+obj-y += m_helper.o
 
 obj-$(CONFIG_SOFTMMU) += psci.o
 
This page took 0.024114 seconds and 4 git commands to generate.