mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
10 lines
209 B
Makefile
10 lines
209 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/random
|
|
|
|
KMOD = random_OTHER
|
|
SRCS = randomdev.c hash.c other_algorithm.c
|
|
SRCS += opt_param.h bus_if.h device_if.h
|
|
SRCS += opt_ddb.h
|
|
CFLAGS += -DRANDOM_LOADABLE
|
|
|
|
.include <bsd.kmod.mk>
|