Add dependent header files
Reported by: https://ci.freebsd.org/job/FreeBSD-head-mips-build/6702/console
This commit is contained in:
parent
d37eb02eb9
commit
3cf75dbc4e
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user