mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
9 lines
206 B
Makefile
9 lines
206 B
Makefile
|
#
|
||
|
# Makefile for the linux ppc-specific parts of QE
|
||
|
#
|
||
|
obj-$(CONFIG_QUICC_ENGINE)+= qe.o qe_ic.o qe_io.o
|
||
|
|
||
|
obj-$(CONFIG_UCC) += ucc.o
|
||
|
obj-$(CONFIG_UCC_SLOW) += ucc_slow.o
|
||
|
obj-$(CONFIG_UCC_FAST) += ucc_fast.o
|