8 lines
175 B
Makefile
8 lines
175 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 mpc86xx_pcie.o
|