mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 04:40:53 -05:00
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
14 lines
196 B
Makefile
14 lines
196 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/hwpmc
|
|
|
|
KMOD= hwpmc_mips74k
|
|
|
|
SRCS= hwpmc_mod.c hwpmc_logging.c hwpmc_soft.c vnode_if.h
|
|
SRCS+= hwpmc_mips.c
|
|
|
|
SRCS+= hwpmc_mips74k.c
|
|
|
|
.include <bsd.kmod.mk>
|