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