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