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