9900a2bb5e
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
17 lines
192 B
Makefile
17 lines
192 B
Makefile
#
|
|
# $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>
|