#
# DIM Dynamic Interrupt Moderation library
#

obj-$(CONFIG_DIMLIB) = dimlib.o

dimlib-y = \
	dim.o		\
	net_dim.o
