From 4f23a1e645d4bfba620a63ba2c54c1813bcbfb63 Mon Sep 17 00:00:00 2001 From: Guan Xuetao Date: Fri, 10 Aug 2012 14:42:21 +0800 Subject: unicore32-softmmu: Add unicore32-softmmu build support This patch adds unicore32-softmmu build support, include configure, makefile, arch_init, and all missing functions needed by softmmu. Although all missing functions are empty, unicore32-softmmu could be build successfully. By 20120804: change QEMU_ARCH_UNICORE32 to 0x4000 Signed-off-by: Guan Xuetao Signed-off-by: Blue Swirl --- hw/unicore32/Makefile.objs | 1 + 1 file changed, 1 insertion(+) create mode 100644 hw/unicore32/Makefile.objs (limited to 'hw/unicore32') diff --git a/hw/unicore32/Makefile.objs b/hw/unicore32/Makefile.objs new file mode 100644 index 0000000000..b6a3383ae2 --- /dev/null +++ b/hw/unicore32/Makefile.objs @@ -0,0 +1 @@ +# For UniCore32 machines and boards -- cgit v1.2.1