aboutsummaryrefslogtreecommitdiff
path: root/Makefile.target
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2006-12-07 18:15:35 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2006-12-07 18:15:35 +0000
commitafdfa781e66b689c6c8ee37b7da66bda59df73d2 (patch)
tree0300c870fa3f000669ca112fd89462dfbf579300 /Makefile.target
parentcd75cf10ca75ae2dbd8ea5a79d138cff900a9edf (diff)
MIPS RTC emulation.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2231 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target
index aa9a013069..1efe348aeb 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -358,7 +358,7 @@ DEFINES += -DHAS_AUDIO
endif
ifeq ($(TARGET_ARCH), mips)
VL_OBJS+= mips_r4k.o mips_timer.o dma.o vga.o serial.o i8254.o i8259.o ide.o
-#VL_OBJS+= #pckbd.o fdc.o m48t59.o
+VL_OBJS+= mc146818rtc.o #pckbd.o fdc.o m48t59.o
endif
ifeq ($(TARGET_BASE_ARCH), sparc)
ifeq ($(TARGET_ARCH), sparc64)