mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-29 23:24:11 +08:00
4f75da3666
Moved all logic from dim.h and net_dim.h to dim.c and net_dim.c. This is both more structurally appealing and would allow to only expose externally used functions. Signed-off-by: Tal Gilboa <talgi@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
10 lines
117 B
Makefile
10 lines
117 B
Makefile
#
|
|
# DIM Dynamic Interrupt Moderation library
|
|
#
|
|
|
|
obj-$(CONFIG_DIMLIB) = net_dim.o
|
|
|
|
net_dim-y = \
|
|
dim.o \
|
|
net_dim.o
|