xref: /linux/arch/powerpc/platforms/86xx/Makefile (revision c9b484b5c1201321f40b04870e8b417033b6fe76)
1*c9b484b5SJon Loeliger#
2*c9b484b5SJon Loeliger# Makefile for the PowerPC 86xx linux kernel.
3*c9b484b5SJon Loeliger#
4*c9b484b5SJon Loeliger
5*c9b484b5SJon Loeliger
6*c9b484b5SJon Loeligerifeq ($(CONFIG_PPC_86xx),y)
7*c9b484b5SJon Loeligerobj-$(CONFIG_SMP)		+= mpc86xx_smp.o
8*c9b484b5SJon Loeligerendif
9*c9b484b5SJon Loeligerobj-$(CONFIG_MPC8641_HPCN)	+= mpc86xx_hpcn.o
10*c9b484b5SJon Loeligerobj-$(CONFIG_PCI)		+= pci.o mpc86xx_pcie.o
11