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/mips/Makefile.objs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/mips') diff --git a/hw/mips/Makefile.objs b/hw/mips/Makefile.objs index 1e3bca1c37..e173a2d793 100644 --- a/hw/mips/Makefile.objs +++ b/hw/mips/Makefile.objs @@ -1,4 +1,4 @@ -obj-y += gt64xxx.o mc146818rtc.o +obj-y += gt64xxx.o obj-$(CONFIG_FULONG) += bonito.o vt82c686.o obj-y := $(addprefix ../,$(obj-y)) -- cgit v1.2.1