2015-11-17 18:28:56 +00:00

17 lines
198 B
Makefile

#
# $FreeBSD$
#
.PATH: ${.CURDIR}/../../../tests/framework
KMOD= kern_testfrwk
SRCS= kern_testfrwk.c
SRCS+= bus_if.h device_if.h
#
# Enable full debugging
#
#CFLAGS += -g
.include <bsd.kmod.mk>