mirror of
https://github.com/jetkvm/rv1106-system.git
synced 2026-06-20 05:24:41 +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
|