mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
12 lines
150 B
Makefile
12 lines
150 B
Makefile
|
obj-$(CONFIG_RDMA_SIW) += siw.o
|
||
|
|
||
|
siw-y := \
|
||
|
siw_cm.o \
|
||
|
siw_cq.o \
|
||
|
siw_main.o \
|
||
|
siw_mem.o \
|
||
|
siw_qp.o \
|
||
|
siw_qp_tx.o \
|
||
|
siw_qp_rx.o \
|
||
|
siw_verbs.o
|