mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-30 14:52:17 +00:00
8 lines
115 B
Makefile
8 lines
115 B
Makefile
#
|
|
# DIM Dynamic Interrupt Moderation library
|
|
#
|
|
|
|
obj-$(CONFIG_DIMLIB) += dim.o
|
|
|
|
dim-y := dim.o net_dim.o rdma_dim.o
|