freebsd-dev/sys/modules/epoch_test/Makefile
Hans Petter Selasky b1acfb2401 Fix build of epoch_test module.
While at it add missing epoch_free() call.

MFC after:	1 week
Sponsored by:	Mellanox Technologies // NVIDIA Networking
2020-09-02 09:17:29 +00:00

10 lines
133 B
Makefile

# $FreeBSD$
.PATH: ${SRCTOP}/sys/tests/epoch
KMOD= epoch_test
SRCS= epoch_test.c \
bus_if.h \
device_if.h
.include <bsd.kmod.mk>