Commit 95ea3fa19ccb934aff809abf45ef947079934429

Authored by bellard
1 parent 7587cf44

added open pic for PPC


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@947 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 2 additions and 5 deletions
Makefile.target
@@ -241,12 +241,9 @@ VL_OBJS+= fdc.o mc146818rtc.o serial.o i8259.o i8254.o pc.o @@ -241,12 +241,9 @@ VL_OBJS+= fdc.o mc146818rtc.o serial.o i8259.o i8254.o pc.o
241 VL_OBJS+= cirrus_vga.o 241 VL_OBJS+= cirrus_vga.o
242 endif 242 endif
243 ifeq ($(TARGET_ARCH), ppc) 243 ifeq ($(TARGET_ARCH), ppc)
244 -# Generic PPC support  
245 -VL_OBJS+= ppc.o  
246 -# PREP hardware support  
247 -VL_OBJS+= ide.o ne2000.o pckbd.o vga.o sb16.o dma.o oss.o 244 +VL_OBJS+= ppc.o ide.o ne2000.o pckbd.o vga.o sb16.o dma.o oss.o
248 VL_OBJS+= mc146818rtc.o serial.o i8259.o i8254.o fdc.o m48t59.o 245 VL_OBJS+= mc146818rtc.o serial.o i8259.o i8254.o fdc.o m48t59.o
249 -VL_OBJS+= ppc_prep.o ppc_chrp.o cuda.o adb.o 246 +VL_OBJS+= ppc_prep.o ppc_chrp.o cuda.o adb.o openpic.o
250 endif 247 endif
251 ifdef CONFIG_GDBSTUB 248 ifdef CONFIG_GDBSTUB
252 VL_OBJS+=gdbstub.o 249 VL_OBJS+=gdbstub.o