diff options
author | Artyom Tarasenko <atar4qemu@gmail.com> | 2016-03-02 15:26:08 +0100 |
---|---|---|
committer | Artyom Tarasenko <atar4qemu@gmail.com> | 2017-01-18 22:03:44 +0100 |
commit | a0e893039cf2ce0aacbc8959bc4201cdd192986c (patch) | |
tree | 25fd3ec36c97856875027d2ee5fee81bab5edafb /hw/timer/Makefile.objs | |
parent | 3390537b5df4014e24a30f9bdcfa05c2bd0cd6d8 (diff) |
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.objs | 2 |
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 |