mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-27 11:55:53 +00: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
|