diff options
Diffstat (limited to 'hw/xtensa/Makefile.objs')
-rw-r--r-- | hw/xtensa/Makefile.objs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/xtensa/Makefile.objs b/hw/xtensa/Makefile.objs new file mode 100644 index 0000000..79698e9 --- /dev/null +++ b/hw/xtensa/Makefile.objs @@ -0,0 +1,5 @@ +obj-y += xtensa_pic.o +obj-y += xtensa_sim.o +obj-y += xtensa_lx60.o + +obj-y := $(addprefix ../,$(obj-y)) |