summaryrefslogtreecommitdiffstats
path: root/hw/timer/Makefile.objs
diff options
context:
space:
mode:
authorliguang2013-12-17 20:42:37 +0100
committerPeter Maydell2013-12-17 21:12:51 +0100
commit3589de8c971df29562fcaf2d9b04f0886aff4866 (patch)
tree9858d791ed2ab955fc3955e731e6bfe55922f26a /hw/timer/Makefile.objs
parentvmstate: Add support for an array of ptimer_state * (diff)
downloadqemu-3589de8c971df29562fcaf2d9b04f0886aff4866.tar.gz
qemu-3589de8c971df29562fcaf2d9b04f0886aff4866.tar.xz
qemu-3589de8c971df29562fcaf2d9b04f0886aff4866.zip
hw/timer: add allwinner a10 timer
Signed-off-by: liguang <lig.fnst@cn.fujitsu.com> Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Message-id: 1387159292-10436-3-git-send-email-lig.fnst@cn.fujitsu.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/timer/Makefile.objs')
-rw-r--r--hw/timer/Makefile.objs2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/timer/Makefile.objs b/hw/timer/Makefile.objs
index ea9f11f706..2c86c3d412 100644
--- a/hw/timer/Makefile.objs
+++ b/hw/timer/Makefile.objs
@@ -29,3 +29,5 @@ obj-$(CONFIG_TUSB6010) += tusb6010.o
obj-$(CONFIG_DIGIC) += digic-timer.o
obj-$(CONFIG_MC146818RTC) += mc146818rtc.o
+
+obj-$(CONFIG_ALLWINNER_A10_PIT) += allwinner-a10-pit.o