From 95ea3fa19ccb934aff809abf45ef947079934429 Mon Sep 17 00:00:00 2001 From: bellard Date: Mon, 21 Jun 2004 16:44:21 +0000 Subject: [PATCH] added open pic for PPC git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@947 c046a42c-6fe2-441c-8c8c-71466251a162 --- Makefile.target | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile.target b/Makefile.target index c8ef716825..1134256c81 100644 --- a/Makefile.target +++ b/Makefile.target @@ -241,12 +241,9 @@ VL_OBJS+= fdc.o mc146818rtc.o serial.o i8259.o i8254.o pc.o VL_OBJS+= cirrus_vga.o endif ifeq ($(TARGET_ARCH), ppc) -# Generic PPC support -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+= ppc.o 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 -VL_OBJS+= ppc_prep.o ppc_chrp.o cuda.o adb.o +VL_OBJS+= ppc_prep.o ppc_chrp.o cuda.o adb.o openpic.o endif ifdef CONFIG_GDBSTUB VL_OBJS+=gdbstub.o -- GitLab