From fbbdf9838d30ecdf24b0ff9f6a4e9567d74e39bd Mon Sep 17 00:00:00 2001 From: Guan Xuetao Date: Fri, 10 Aug 2012 14:42:27 +0800 Subject: 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 Signed-off-by: Blue Swirl --- hw/unicore32/Makefile.objs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hw/unicore32') 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)) -- cgit v1.2.1