3e4e97f42e
This move sets the stage for the use of generic PCI Express code in 85xx and 86xx parts from FSL. Subsequent patches for 8548 and 8544 will be able to use this shared code. Signed-off-by: Jon Loeliger <jdl@freescale.com> Acked-by: Andy Fleming <afleming@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8 lines
160 B
Makefile
8 lines
160 B
Makefile
#
|
|
# Makefile for the PowerPC 86xx linux kernel.
|
|
#
|
|
|
|
obj-$(CONFIG_SMP) += mpc86xx_smp.o
|
|
obj-$(CONFIG_MPC8641_HPCN) += mpc86xx_hpcn.o
|
|
obj-$(CONFIG_PCI) += pci.o
|