diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-29 19:24:04 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-29 19:24:04 +0000 |
commit | add85a76bb3b589ad38710ca24f5a10f1446d5e7 (patch) | |
tree | ad50b0d808c75263b6077b6f5bf7ed0d0bdc46fa /Makefile.target | |
parent | 29e922b61fb3d93836825ca9731bb2cadbb6ed72 (diff) |
Compile prep_pci only once
Make byte swapping unconditional since PPC is big endian.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index a90add61c4..51d0fec29a 100644 --- a/Makefile.target +++ b/Makefile.target @@ -193,7 +193,7 @@ obj-ppc-y = ppc.o obj-ppc-y += vga.o dma.o # PREP target obj-ppc-y += pckbd.o i8259.o mc146818rtc.o -obj-ppc-y += prep_pci.o ppc_prep.o +obj-ppc-y += ppc_prep.o # Mac shared devices obj-ppc-y += macio.o cuda.o adb.o mac_nvram.o mac_dbdma.o # OldWorld PowerMac |