diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-02-05 18:48:36 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-02-05 18:48:36 +0000 |
commit | e1c6bbabee30db2e007e7fcbdaf088c54151f1d0 (patch) | |
tree | 96bed9eb4262f39ee219a4db1f8a75ccf9f4b368 /Makefile.target | |
parent | b29a7def92a47a94fb1a8259db140a464341f778 (diff) |
Refactor DEC 21154 PCI bridge
It's currently not used by PPC machines. Refactor so that also Sparc64
machines can use it.
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 5c0ef1f8c8..178edbf018 100644 --- a/Makefile.target +++ b/Makefile.target @@ -224,7 +224,7 @@ 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 # NewWorld PowerMac -obj-ppc-y += unin_pci.o ppc_newworld.o +obj-ppc-y += unin_pci.o ppc_newworld.o dec_pci.o # PowerPC 4xx boards obj-ppc-y += pflash_cfi02.o ppc4xx_devs.o ppc4xx_pci.o ppc405_uc.o ppc405_boards.o obj-ppc-y += ppc440.o ppc440_bamboo.o |