summaryrefslogtreecommitdiffstats
path: root/hw/timer/Makefile.objs
diff options
context:
space:
mode:
authorAntony Pavlov2013-12-17 20:42:36 +0100
committerPeter Maydell2013-12-17 21:12:51 +0100
commit576e99cb951e9c1a289555a31cfd5b9040e80037 (patch)
treed118af802e4377eb634529142701c0973625e833 /hw/timer/Makefile.objs
parenthw/arm/digic: prepare DIGIC-based boards support (diff)
downloadqemu-576e99cb951e9c1a289555a31cfd5b9040e80037.tar.gz
qemu-576e99cb951e9c1a289555a31cfd5b9040e80037.tar.xz
qemu-576e99cb951e9c1a289555a31cfd5b9040e80037.zip
hw/arm/digic: add timer support
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Message-id: 1387188908-754-4-git-send-email-antonynpavlov@gmail.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/timer/Makefile.objs')
-rw-r--r--hw/timer/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/timer/Makefile.objs b/hw/timer/Makefile.objs
index 3ae091c95e..ea9f11f706 100644
--- a/hw/timer/Makefile.objs
+++ b/hw/timer/Makefile.objs
@@ -26,5 +26,6 @@ obj-$(CONFIG_OMAP) += omap_synctimer.o
obj-$(CONFIG_PXA2XX) += pxa2xx_timer.o
obj-$(CONFIG_SH4) += sh_timer.o
obj-$(CONFIG_TUSB6010) += tusb6010.o
+obj-$(CONFIG_DIGIC) += digic-timer.o
obj-$(CONFIG_MC146818RTC) += mc146818rtc.o