fd4ba7e2b7
This finally adds the PPC_PRPMC2800 Kconfig option, the board setup code (the setup and reset functions) and the defconfig, to support the Motorola PrPMC2800 platform. Signed-off-by: Dale Farnsworth <dale@farnsworth.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
8 lines
227 B
Makefile
8 lines
227 B
Makefile
#
|
|
# Makefile for the 6xx/7xx/7xxxx linux kernel.
|
|
#
|
|
obj-$(CONFIG_MPC7448HPC2) += mpc7448_hpc2.o
|
|
obj-$(CONFIG_LINKSTATION) += linkstation.o ls_uart.o
|
|
obj-$(CONFIG_PPC_HOLLY) += holly.o
|
|
obj-$(CONFIG_PPC_PRPMC2800) += prpmc2800.o
|