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
|