From 96401bad453482c24dd8f9f15a45994d7b99c54b Mon Sep 17 00:00:00 2001 From: Subbaraya Sundeep Date: Wed, 20 Sep 2017 17:17:33 -0300 Subject: msf2: Add Smartfusion2 System timer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Modelled System Timer in Microsemi's Smartfusion2 Soc. Timer has two 32bit down counters and two interrupts. Signed-off-by: Subbaraya Sundeep Reviewed-by: Alistair Francis Acked-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé Message-id: 20170920201737.25723-2-f4bug@amsat.org Signed-off-by: Peter Maydell --- hw/timer/Makefile.objs | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/timer/Makefile.objs') diff --git a/hw/timer/Makefile.objs b/hw/timer/Makefile.objs index 15cce1c531..8c19eac3b6 100644 --- a/hw/timer/Makefile.objs +++ b/hw/timer/Makefile.objs @@ -42,3 +42,4 @@ common-obj-$(CONFIG_ASPEED_SOC) += aspeed_timer.o common-obj-$(CONFIG_SUN4V_RTC) += sun4v-rtc.o common-obj-$(CONFIG_CMSDK_APB_TIMER) += cmsdk-apb-timer.o +common-obj-$(CONFIG_MSF2) += mss-timer.o -- cgit v1.2.3