diff options
Diffstat (limited to 'target-unicore32/Makefile.objs')
-rw-r--r-- | target-unicore32/Makefile.objs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target-unicore32/Makefile.objs b/target-unicore32/Makefile.objs new file mode 100644 index 00000000..6b41b1e9 --- /dev/null +++ b/target-unicore32/Makefile.objs @@ -0,0 +1,4 @@ +obj-y += translate.o op_helper.o helper.o cpu.o +obj-y += ucf64_helper.o + +obj-$(CONFIG_SOFTMMU) += softmmu.o |