mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-22 22:49:59 +07: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
|