Add dependent header files

Reported by:	https://ci.freebsd.org/job/FreeBSD-head-mips-build/6702/console
This commit is contained in:
Li-Wen Hsu 2019-03-28 08:30:45 +00:00
parent d37eb02eb9
commit 3cf75dbc4e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=345630
2 changed files with 8 additions and 2 deletions

View File

@ -6,9 +6,12 @@
KMOD= hwpmc_mips24k
SRCS= hwpmc_mod.c hwpmc_logging.c hwpmc_soft.c vnode_if.h
SRCS= bus_if.h device_if.h vnode_if.h
SRCS+= hwpmc_mod.c hwpmc_logging.c hwpmc_soft.c
SRCS+= hwpmc_mips.c
SRCS+= hwpmc_mips24k.c
SRCS+= opt_hwpmc_hooks.h
.include <bsd.kmod.mk>

View File

@ -6,9 +6,12 @@
KMOD= hwpmc_mips74k
SRCS= hwpmc_mod.c hwpmc_logging.c hwpmc_soft.c vnode_if.h
SRCS= bus_if.h device_if.h vnode_if.h
SRCS+= hwpmc_mod.c hwpmc_logging.c hwpmc_soft.c
SRCS+= hwpmc_mips.c
SRCS+= hwpmc_mips74k.c
SRCS+= opt_hwpmc_hooks.h
.include <bsd.kmod.mk>