freebsd_amp_hwpstate/sys/modules/random_other/Makefile

11 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>