aboutsummaryrefslogtreecommitdiff
path: root/target/nios2/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'target/nios2/Makefile.objs')
-rw-r--r--target/nios2/Makefile.objs4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/nios2/Makefile.objs b/target/nios2/Makefile.objs
new file mode 100644
index 0000000000..2a11c5ce08
--- /dev/null
+++ b/target/nios2/Makefile.objs
@@ -0,0 +1,4 @@
+obj-y += translate.o op_helper.o helper.o cpu.o mmu.o
+obj-$(CONFIG_SOFTMMU) += monitor.o
+
+$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)