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