aboutsummaryrefslogtreecommitdiff
path: root/target-m68k/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'target-m68k/Makefile.objs')
-rw-r--r--target-m68k/Makefile.objs3
1 files changed, 3 insertions, 0 deletions
diff --git a/target-m68k/Makefile.objs b/target-m68k/Makefile.objs
index e73a5ba289..553691dca6 100644
--- a/target-m68k/Makefile.objs
+++ b/target-m68k/Makefile.objs
@@ -1 +1,4 @@
obj-y += m68k-semi.o
+obj-y += op_helper.o helper.o cpu.o
+
+$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)