From 3589de8c971df29562fcaf2d9b04f0886aff4866 Mon Sep 17 00:00:00 2001 From: liguang Date: Tue, 17 Dec 2013 19:42:37 +0000 Subject: hw/timer: add allwinner a10 timer Signed-off-by: liguang Reviewed-by: Peter Crosthwaite Message-id: 1387159292-10436-3-git-send-email-lig.fnst@cn.fujitsu.com Signed-off-by: Peter Maydell --- hw/timer/Makefile.objs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hw/timer/Makefile.objs') diff --git a/hw/timer/Makefile.objs b/hw/timer/Makefile.objs index ea9f11f706..2c86c3d412 100644 --- a/hw/timer/Makefile.objs +++ b/hw/timer/Makefile.objs @@ -29,3 +29,5 @@ obj-$(CONFIG_TUSB6010) += tusb6010.o obj-$(CONFIG_DIGIC) += digic-timer.o obj-$(CONFIG_MC146818RTC) += mc146818rtc.o + +obj-$(CONFIG_ALLWINNER_A10_PIT) += allwinner-a10-pit.o -- cgit v1.2.1