1 # $FreeBSD$ 2 3 .PATH: ${SRCTOP}/sys/dev/random 4 5 KMOD = random_OTHER 6 SRCS = randomdev.c hash.c other_algorithm.c 7 SRCS += opt_param.h bus_if.h device_if.h 8 SRCS += opt_ddb.h 9 CFLAGS += -DRANDOM_LOADABLE 10 11 .include <bsd.kmod.mk>
Cache object: 75b9522ea7ec04e1a3b7d46eb29ae772
[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]
This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.