summaryrefslogtreecommitdiff
path: root/hw/unicore32
diff options
context:
space:
mode:
authorGuan Xuetao <gxt@mprc.pku.edu.cn>2012-08-10 14:42:27 +0800
committerBlue Swirl <blauwirbel@gmail.com>2012-08-11 09:36:59 +0000
commitfbbdf9838d30ecdf24b0ff9f6a4e9567d74e39bd (patch)
tree81e47480dede004ddc0b16e9b47a5abe941d4fdf /hw/unicore32
parentef03168a8536f4427ab24a1fc43638dfbecc1bf8 (diff)
downloadqemu-fbbdf9838d30ecdf24b0ff9f6a4e9567d74e39bd.tar.gz
unicore32-softmmu: Add puv3 soc/board support
This patch only add puv3 soc/board support, which introduces puv3 machine description, and specifies console type. Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/unicore32')
-rw-r--r--hw/unicore32/Makefile.objs5
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/unicore32/Makefile.objs b/hw/unicore32/Makefile.objs
index b6a3383ae2..0725ce3ca7 100644
--- a/hw/unicore32/Makefile.objs
+++ b/hw/unicore32/Makefile.objs
@@ -1 +1,6 @@
# For UniCore32 machines and boards
+
+# PKUnity-v3 SoC and board information
+obj-${CONFIG_PUV3} += puv3.o
+
+obj-y := $(addprefix ../,$(obj-y))