30f5933657
Moved some code around so its usable by more systems than just the MPC834x SYS. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
7 lines
140 B
Makefile
7 lines
140 B
Makefile
#
|
|
# Makefile for the PowerPC 83xx linux kernel.
|
|
#
|
|
obj-y := misc.o
|
|
obj-$(CONFIG_PCI) += pci.o
|
|
obj-$(CONFIG_MPC834x_SYS) += mpc834x_sys.o
|