mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
fix module building; drivers now require opt_{ubsec,hifn}.h
This commit is contained in:
parent
cff5befbba
commit
98822e3945
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112127
@ -2,8 +2,11 @@
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/hifn
|
||||
KMOD = hifn
|
||||
SRCS = hifn7751.c
|
||||
SRCS = hifn7751.c opt_hifn.h
|
||||
SRCS += device_if.h bus_if.h pci_if.h
|
||||
SRCS += opt_bdg.h opt_bus.h crypto_if.h
|
||||
|
||||
opt_hifn.h:
|
||||
echo "#define HIFN_DEBUG 1" > opt_hifn.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -2,8 +2,11 @@
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/ubsec
|
||||
KMOD = ubsec
|
||||
SRCS = ubsec.c
|
||||
SRCS = ubsec.c opt_ubsec.h
|
||||
SRCS += device_if.h bus_if.h pci_if.h
|
||||
SRCS += opt_bdg.h opt_bus.h crypto_if.h
|
||||
|
||||
opt_ubsec.h:
|
||||
echo "#define UBSEC_DEBUG 1" > opt_ubsec.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user