2006-01-11 11:43:56 +08:00
|
|
|
#
|
|
|
|
# Makefile for the PowerPC 83xx linux kernel.
|
|
|
|
#
|
2006-02-03 03:50:44 +08:00
|
|
|
obj-y := misc.o
|
|
|
|
obj-$(CONFIG_PCI) += pci.o
|
|
|
|
obj-$(CONFIG_MPC834x_SYS) += mpc834x_sys.o
|
2006-07-01 07:41:20 +08:00
|
|
|
obj-$(CONFIG_MPC834x_ITX) += mpc834x_itx.o
|
2006-10-11 19:04:22 +08:00
|
|
|
obj-$(CONFIG_MPC8360E_PB) += mpc8360e_pb.o
|