diff options
Diffstat (limited to 'hw/moxie/Makefile.objs')
-rw-r--r-- | hw/moxie/Makefile.objs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hw/moxie/Makefile.objs b/hw/moxie/Makefile.objs new file mode 100644 index 0000000..d0772d1 --- /dev/null +++ b/hw/moxie/Makefile.objs @@ -0,0 +1,6 @@ +# moxie boards +obj-y = serial.o mc146818rtc.o vga.o +obj-$(CONFIG_FDT) += device_tree.o + +obj-y := $(addprefix ../,$(obj-y)) +obj-y += moxiesim.o |