You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
175 B
8 lines
175 B
19 years ago
|
#
|
||
|
# 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
|