linux/dim: Move implementation to .c files
[linux-block.git] / lib / dim / Makefile
1 #
2 # DIM Dynamic Interrupt Moderation library
3 #
4
5 obj-$(CONFIG_DIMLIB) = net_dim.o
6
7 net_dim-y = \
8         dim.o           \
9         net_dim.o