blob: 7615aa59c78bacf6d911f2ea7e194e927f4e1b79 (
plain) (
blame)
1
2
3
4
5
6
|
#
# Makefile for the PowerPC 85xx linux kernel.
#
obj-$(CONFIG_PPC_85xx) += misc.o pci.o
obj-$(CONFIG_MPC8540_ADS) += mpc85xx_ads.o
obj-$(CONFIG_MPC85xx_CDS) += mpc85xx_cds.o
|