mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
15 lines
180 B
Makefile
15 lines
180 B
Makefile
#
|
|
#
|
|
|
|
.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>
|