mpc8xx_pic.c is dedicated to the 8xx, so move it to platform/8xx Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
10 lines
312 B
Makefile
10 lines
312 B
Makefile
#
|
|
# Makefile for the PowerPC 8xx linux kernel.
|
|
#
|
|
obj-y += m8xx_setup.o machine_check.o pic.o
|
|
obj-$(CONFIG_MPC885ADS) += mpc885ads_setup.o
|
|
obj-$(CONFIG_MPC86XADS) += mpc86xads_setup.o
|
|
obj-$(CONFIG_PPC_EP88XC) += ep88xc.o
|
|
obj-$(CONFIG_PPC_ADDER875) += adder875.o
|
|
obj-$(CONFIG_TQM8XX) += tqm8xx_setup.o
|