mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-29 22:14:41 +08:00
10 lines
204 B
Makefile
10 lines
204 B
Makefile
|
#
|
||
|
# Makefile for the linux MPC8xx ppc-specific parts of comm processor
|
||
|
#
|
||
|
|
||
|
obj-y := commproc.o
|
||
|
|
||
|
obj-$(CONFIG_FEC_ENET) += fec.o
|
||
|
obj-$(CONFIG_SCC_ENET) += enet.o
|
||
|
obj-$(CONFIG_UCODE_PATCH) += micropatch.o
|