mirror of https://gitee.com/openkylin/linux.git
11 lines
312 B
Makefile
11 lines
312 B
Makefile
#
|
|
# Makefile for the PowerPC 83xx linux kernel.
|
|
#
|
|
obj-y := misc.o
|
|
obj-$(CONFIG_PCI) += pci.o
|
|
obj-$(CONFIG_MPC8313_RDB) += mpc8313_rdb.o
|
|
obj-$(CONFIG_MPC834x_SYS) += mpc834x_sys.o
|
|
obj-$(CONFIG_MPC834x_ITX) += mpc834x_itx.o
|
|
obj-$(CONFIG_MPC8360E_PB) += mpc8360e_pb.o
|
|
obj-$(CONFIG_MPC832x_MDS) += mpc832x_mds.o
|