summaryrefslogtreecommitdiffstats
path: root/sys/modules/tests/framework/Makefile
blob: 8623e01a3ea98c9bc78bc1369f6bf9d43fc10f71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# $FreeBSD$
#

.PATH: ${SRCTOP}/sys/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>
OpenPOWER on IntegriCloud