diff options
author | liguang | 2013-12-17 20:42:38 +0100 |
---|---|---|
committer | Peter Maydell | 2013-12-17 21:12:51 +0100 |
commit | a01c005327007562f3313f3efe235f77309db809 (patch) | |
tree | ba7384d1419fb9905dc13618e1cb8b61ee550493 /hw/arm/Makefile.objs | |
parent | hw/arm: add allwinner a10 SoC support (diff) | |
download | qemu-a01c005327007562f3313f3efe235f77309db809.tar.gz qemu-a01c005327007562f3313f3efe235f77309db809.tar.xz qemu-a01c005327007562f3313f3efe235f77309db809.zip |
hw/arm: add cubieboard support
Signed-off-by: liguang <lig.fnst@cn.fujitsu.com>
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Message-id: 1387159292-10436-6-git-send-email-lig.fnst@cn.fujitsu.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/arm/Makefile.objs')
-rw-r--r-- | hw/arm/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/arm/Makefile.objs b/hw/arm/Makefile.objs index fab30a7247..6088e53653 100644 --- a/hw/arm/Makefile.objs +++ b/hw/arm/Makefile.objs @@ -7,4 +7,4 @@ obj-y += tosa.o versatilepb.o vexpress.o virt.o xilinx_zynq.o z2.o obj-y += armv7m.o exynos4210.o pxa2xx.o pxa2xx_gpio.o pxa2xx_pic.o obj-$(CONFIG_DIGIC) += digic.o obj-y += omap1.o omap2.o strongarm.o -obj-$(CONFIG_ALLWINNER_A10) += allwinner-a10.o +obj-$(CONFIG_ALLWINNER_A10) += allwinner-a10.o cubieboard.o |