From 0ddfaf7fe4c8453446730328bf348b7c6438e4f8 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 5 Feb 2013 12:30:44 +0100 Subject: hw: move MC146818RTC to hw/timer/, configure via default-configs/ Signed-off-by: Paolo Bonzini --- 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 12781dd..a1ef26c 100644 --- a/hw/timer/Makefile.objs +++ b/hw/timer/Makefile.objs @@ -8,3 +8,5 @@ common-obj-$(CONFIG_PL031) += pl031.o common-obj-$(CONFIG_PUV3) += puv3_ost.o common-obj-$(CONFIG_TWL92230) += twl92230.o common-obj-$(CONFIG_XILINX) += xilinx_timer.o + +obj-$(CONFIG_MC146818RTC) += mc146818rtc.o -- cgit v1.1