Commit 7875ed20d7d39496c5e5e6bd85ced79e019bbe65
1 parent
008ff9d7
Share devices that may be useful for all PowerPC 40x and 440 implementations.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3341 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
3 additions
and
1 deletions
Makefile.target
@@ -448,7 +448,9 @@ ifeq ($(TARGET_BASE_ARCH), ppc) | @@ -448,7 +448,9 @@ ifeq ($(TARGET_BASE_ARCH), ppc) | ||
448 | VL_OBJS+= ppc.o ide.o pckbd.o ps2.o vga.o $(SOUND_HW) dma.o $(AUDIODRV) | 448 | VL_OBJS+= ppc.o ide.o pckbd.o ps2.o vga.o $(SOUND_HW) dma.o $(AUDIODRV) |
449 | VL_OBJS+= mc146818rtc.o serial.o i8259.o i8254.o fdc.o m48t59.o pflash_cfi02.o | 449 | VL_OBJS+= mc146818rtc.o serial.o i8259.o i8254.o fdc.o m48t59.o pflash_cfi02.o |
450 | VL_OBJS+= ppc_prep.o ppc_chrp.o cuda.o adb.o openpic.o heathrow_pic.o | 450 | VL_OBJS+= ppc_prep.o ppc_chrp.o cuda.o adb.o openpic.o heathrow_pic.o |
451 | -VL_OBJS+= grackle_pci.o prep_pci.o unin_pci.o ppc405_uc.o ppc405_boards.o | 451 | +VL_OBJS+= grackle_pci.o prep_pci.o unin_pci.o |
452 | +# PowerPC 4xx boards | ||
453 | +VL_OBJS+= ppc4xx_devs.o ppc405_uc.o ppc405_boards.o | ||
452 | CPPFLAGS += -DHAS_AUDIO -DHAS_AUDIO_CHOICE | 454 | CPPFLAGS += -DHAS_AUDIO -DHAS_AUDIO_CHOICE |
453 | endif | 455 | endif |
454 | ifeq ($(TARGET_BASE_ARCH), mips) | 456 | ifeq ($(TARGET_BASE_ARCH), mips) |