mirror of
https://gitflic.ru/project/npo_rbs/repka-os_kernel.git
synced 2025-04-17 01:34:22 +00:00
7 lines
115 B
Makefile
7 lines
115 B
Makefile
#
|
|
# DIM Dynamic Interrupt Moderation library
|
|
#
|
|
|
|
obj-$(CONFIG_DIMLIB) += dim.o
|
|
|
|
dim-y := dim.o net_dim.o rdma_dim.o
|