From a360d965821870fa1dbb3effdf7436b715ad3358 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Mon, 18 Mar 2013 15:49:24 -0400 Subject: Add sample moxie system Signed-off-by: Anthony Green Signed-off-by: Blue Swirl --- hw/moxie/Makefile.objs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hw/moxie/Makefile.objs (limited to 'hw/moxie/Makefile.objs') diff --git a/hw/moxie/Makefile.objs b/hw/moxie/Makefile.objs new file mode 100644 index 0000000000..d0772d1566 --- /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 -- cgit v1.2.3