From 525bd324c282c68ff95e389acd647ae115fd003c Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Mon, 18 Mar 2013 15:49:22 -0400 Subject: Add moxie target code Signed-off-by: Anthony Green Signed-off-by: Blue Swirl --- target-moxie/Makefile.objs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 target-moxie/Makefile.objs (limited to 'target-moxie/Makefile.objs') diff --git a/target-moxie/Makefile.objs b/target-moxie/Makefile.objs new file mode 100644 index 0000000..6381d4d --- /dev/null +++ b/target-moxie/Makefile.objs @@ -0,0 +1,2 @@ +obj-y += translate.o helper.o machine.o cpu.o machine.o +obj-$(CONFIG_SOFTMMU) += mmu.o -- cgit v1.1