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