summaryrefslogtreecommitdiff
path: root/Makefile.target
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-05-26 22:55:16 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-05-26 22:55:16 +0000
commit642012017c13f7562fc2e0d1ce92272814e3010c (patch)
treecd1b90723f84d6b89fec9989c1a3d4efab364143 /Makefile.target
parent2444ca413b1431d7249b6430172e4009ae368ad5 (diff)
downloadqemu-642012017c13f7562fc2e0d1ce92272814e3010c.tar.gz
PowerPC prep/chrp/pmac support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@865 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.target b/Makefile.target
index 0abe894940..51c17e5221 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -244,8 +244,8 @@ ifeq ($(TARGET_ARCH), ppc)
VL_OBJS+= ppc.o
# PREP hardware support
VL_OBJS+= ide.o ne2000.o pckbd.o vga.o sb16.o dma.o oss.o
-VL_OBJS+= mc146818rtc.o serial.o i8259.o i8254.o fdc.o m48t59.o ppc_prep.o
-#VL_OBJS+= hw.o of.o setup.o
+VL_OBJS+= mc146818rtc.o serial.o i8259.o i8254.o fdc.o m48t59.o
+VL_OBJS+= ppc_prep.o ppc_chrp.o
endif
ifdef CONFIG_GDBSTUB
VL_OBJS+=gdbstub.o