diff options
Diffstat (limited to 'target/xtensa/Makefile.objs')
-rw-r--r-- | target/xtensa/Makefile.objs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/xtensa/Makefile.objs b/target/xtensa/Makefile.objs new file mode 100644 index 0000000000..481de91973 --- /dev/null +++ b/target/xtensa/Makefile.objs @@ -0,0 +1,7 @@ +obj-y += xtensa-semi.o +obj-y += core-dc232b.o +obj-y += core-dc233c.o +obj-y += core-fsf.o +obj-$(CONFIG_SOFTMMU) += monitor.o +obj-y += translate.o op_helper.o helper.o cpu.o +obj-y += gdbstub.o |