summaryrefslogtreecommitdiffstats
path: root/hw/timer/Makefile.objs
diff options
context:
space:
mode:
authorArtyom Tarasenko2016-03-02 15:26:08 +0100
committerArtyom Tarasenko2017-01-18 22:03:44 +0100
commita0e893039cf2ce0aacbc8959bc4201cdd192986c (patch)
tree25fd3ec36c97856875027d2ee5fee81bab5edafb /hw/timer/Makefile.objs
parenttarget-sparc: add ST_BLKINIT_ ASIs for UA2005+ CPUs (diff)
downloadqemu-a0e893039cf2ce0aacbc8959bc4201cdd192986c.tar.gz
qemu-a0e893039cf2ce0aacbc8959bc4201cdd192986c.tar.xz
qemu-a0e893039cf2ce0aacbc8959bc4201cdd192986c.zip
target-sparc: implement sun4v RTC
Signed-off-by: Artyom Tarasenko <atar4qemu@gmail.com>
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 7ba8c23c75..c1e93a3924 100644
--- a/hw/timer/Makefile.objs
+++ b/hw/timer/Makefile.objs
@@ -34,3 +34,5 @@ obj-$(CONFIG_ALLWINNER_A10_PIT) += allwinner-a10-pit.o
common-obj-$(CONFIG_STM32F2XX_TIMER) += stm32f2xx_timer.o
common-obj-$(CONFIG_ASPEED_SOC) += aspeed_timer.o
+
+common-obj-$(CONFIG_SUN4V_RTC) += sun4v-rtc.o