Based off b80915eb99
and compacted into a single commit so that it will fit on the uni git server
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
|