summaryrefslogtreecommitdiffstats
path: root/hw/timer/Makefile.objs
diff options
context:
space:
mode:
authorAlistair Francis2015-03-11 14:21:05 +0100
committerPeter Maydell2015-03-11 14:21:05 +0100
commitbe2847051421119f64a0134b5654a5134658d379 (patch)
tree26da62fe6f35a2b5dda53b020763e5e3f121423c /hw/timer/Makefile.objs
parenthw/arm/virt: fix cmdline parsing bug with CPU options and smp > 1 (diff)
downloadqemu-be2847051421119f64a0134b5654a5134658d379.tar.gz
qemu-be2847051421119f64a0134b5654a5134658d379.tar.xz
qemu-be2847051421119f64a0134b5654a5134658d379.zip
stm32f2xx_timer: Add the stm32f2xx Timer
This patch adds the stm32f2xx timers: TIM2, TIM3, TIM4 and TIM5 to QEMU. Signed-off-by: Alistair Francis <alistair@alistair23.me> Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Message-id: 155091a323390f8da3cca496e4c611c493e62a77.1424175342.git.alistair@alistair23.me 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 2c86c3d412..133bd0d455 100644
--- a/hw/timer/Makefile.objs
+++ b/hw/timer/Makefile.objs
@@ -31,3 +31,5 @@ obj-$(CONFIG_DIGIC) += digic-timer.o
obj-$(CONFIG_MC146818RTC) += mc146818rtc.o
obj-$(CONFIG_ALLWINNER_A10_PIT) += allwinner-a10-pit.o
+
+common-obj-$(CONFIG_STM32F2XX_TIMER) += stm32f2xx_timer.o