diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-30 17:36:23 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-30 17:36:23 +0000 |
commit | 2b5eb3712350d65d3eacb3ae468aae5e846b27b3 (patch) | |
tree | 1f2469c4689462cf69c441166b74d634e81e4aac /Makefile.target | |
parent | add85a76bb3b589ad38710ca24f5a10f1446d5e7 (diff) |
Compile most PPC devices 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 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile.target b/Makefile.target index 51d0fec29a..dbffe63222 100644 --- a/Makefile.target +++ b/Makefile.target @@ -194,17 +194,15 @@ obj-ppc-y += vga.o dma.o # PREP target obj-ppc-y += pckbd.o i8259.o mc146818rtc.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 -obj-ppc-y += heathrow_pic.o grackle_pci.o ppc_oldworld.o +obj-ppc-y += ppc_oldworld.o # NewWorld PowerMac -obj-ppc-y += unin_pci.o ppc_newworld.o dec_pci.o +obj-ppc-y += ppc_newworld.o # PowerPC 4xx boards obj-ppc-y += ppc4xx_devs.o ppc4xx_pci.o ppc405_uc.o ppc405_boards.o obj-ppc-y += ppc440.o ppc440_bamboo.o # PowerPC E500 boards -obj-ppc-y += ppce500_pci.o ppce500_mpc8544ds.o +obj-ppc-y += ppce500_mpc8544ds.o obj-ppc-$(CONFIG_KVM) += kvm_ppc.o obj-ppc-$(CONFIG_FDT) += device_tree.o |