193d9e768b
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
15 lines
196 B
Makefile
15 lines
196 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/hwpmc
|
|
|
|
KMOD= hwpmc_mips24k
|
|
|
|
SRCS= hwpmc_mod.c hwpmc_logging.c hwpmc_soft.c vnode_if.h
|
|
SRCS+= hwpmc_mips.c
|
|
|
|
SRCS+= hwpmc_mips24k.c
|
|
|
|
.include <bsd.kmod.mk>
|