summaryrefslogtreecommitdiff
path: root/Makefile.target
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2006-12-06 21:38:37 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2006-12-06 21:38:37 +0000
commite16fe40c87272f0bc081b5a915db54eab2dc74dc (patch)
tree5d693454e17d7d9285f9ede050df7bbc9761793e /Makefile.target
parent7a387fffce508fedae82e3e81b90d1f20c02c783 (diff)
downloadqemu-e16fe40c87272f0bc081b5a915db54eab2dc74dc.tar.gz
Move the MIPS CPU timer in a seperate file, by Alec Voropay.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2225 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 bdc365908c..aa9a013069 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -357,7 +357,7 @@ VL_OBJS+= grackle_pci.o prep_pci.o unin_pci.o
DEFINES += -DHAS_AUDIO
endif
ifeq ($(TARGET_ARCH), mips)
-VL_OBJS+= mips_r4k.o dma.o vga.o serial.o i8254.o i8259.o ide.o
+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
endif
ifeq ($(TARGET_BASE_ARCH), sparc)