diff options
Diffstat (limited to 'hw/xtensa/Makefile.objs')
-rw-r--r-- | hw/xtensa/Makefile.objs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xtensa/Makefile.objs b/hw/xtensa/Makefile.objs index 6ead7820c4..cb77dc3793 100644 --- a/hw/xtensa/Makefile.objs +++ b/hw/xtensa/Makefile.objs @@ -1,3 +1,3 @@ obj-y += pic_cpu.o -obj-y += xtensa_sim.o -obj-y += xtensa_lx60.o +obj-y += sim.o +obj-y += xtfpga.o |