This adds the core 8xx stuff and specifically mpc885ads board-specific bits to arch/powerpc. Respective Kconfig has been cleaned up from the stuff not yet ported over to avoid confusion. Updated and cleaned version. Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
6 lines
136 B
Makefile
6 lines
136 B
Makefile
#
|
|
# Makefile for the PowerPC 8xx linux kernel.
|
|
#
|
|
obj-$(CONFIG_PPC_8xx) += m8xx_setup.o
|
|
obj-$(CONFIG_MPC885ADS) += mpc885ads_setup.o
|