8080d54971
Add PCI support for setting PCI from flat device tree on 85xx specifically for MPC8540 ADS. Signed-off-by: Andy Fleming <afleming@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6 lines
132 B
Makefile
6 lines
132 B
Makefile
#
|
|
# Makefile for the PowerPC 85xx linux kernel.
|
|
#
|
|
obj-$(CONFIG_PPC_85xx) += misc.o pci.o
|
|
obj-$(CONFIG_MPC8540_ADS) += mpc85xx_ads.o
|