mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Include nehemiah.c only on i386, as is done for the non-modules
build.
This commit is contained in:
parent
fb9172265b
commit
4880b26184
1 changed files with 2 additions and 0 deletions
|
|
@ -6,7 +6,9 @@
|
|||
|
||||
KMOD= random
|
||||
SRCS= randomdev.c probe.c
|
||||
.if ${MACHINE} == "i386"
|
||||
SRCS+= nehemiah.c
|
||||
.endif
|
||||
SRCS+= randomdev_soft.c yarrow.c hash.c
|
||||
SRCS+= rijndael-alg-fst.c rijndael-api-fst.c sha2.c
|
||||
SRCS+= bus_if.h device_if.h vnode_if.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue