xref: /linux/lib/dim/Makefile (revision 03638e62f55f27e7a96d6b1175e75b7a81e562b3)
1#
2# DIM Dynamic Interrupt Moderation library
3#
4
5obj-$(CONFIG_DIMLIB) = net_dim.o
6
7net_dim-y = \
8	dim.o		\
9	net_dim.o
10