mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
MFC r201742:
After adding an SDT provider for opencrypto in r199884 we should also depend on opt_kdtrace.h for the module build. Submitted by: (Andre.Albsmeier siemens.com)
This commit is contained in:
parent
06f8631988
commit
71902ae69a
1 changed files with 1 additions and 1 deletions
|
|
@ -16,6 +16,6 @@ SRCS += skipjack.c bf_enc.c bf_skey.c
|
|||
SRCS += des_ecb.c des_enc.c des_setkey.c
|
||||
SRCS += sha1.c sha2.c
|
||||
SRCS += opt_param.h cryptodev_if.h bus_if.h device_if.h
|
||||
SRCS += opt_ddb.h
|
||||
SRCS += opt_ddb.h opt_kdtrace.h
|
||||
SRCS += camellia.c camellia-api.c
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue