diff options
author | Anthony Green <green@moxielogic.com> | 2013-03-18 15:49:24 -0400 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2013-03-23 14:25:41 +0000 |
commit | a360d965821870fa1dbb3effdf7436b715ad3358 (patch) | |
tree | 562a8aaa86c8166cfba9fbaa5a01fda533f88ea1 /hw/moxie/Makefile.objs | |
parent | bd86a88eedf3fd4ff55664cfabea7d6400e5fbda (diff) |
Add sample moxie system
Signed-off-by: Anthony Green <green@moxielogic.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
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 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 |