The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/modules/random/Makefile

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 # $FreeBSD: releng/8.4/sys/modules/random/Makefile 240994 2012-09-27 10:56:25Z kib $
    2 
    3 .PATH: ${.CURDIR}/../../dev/random
    4 .PATH: ${.CURDIR}/../../crypto/rijndael
    5 .PATH: ${.CURDIR}/../../crypto/sha2
    6 
    7 KMOD=   random
    8 SRCS=   randomdev.c probe.c
    9 .if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
   10 SRCS+=  nehemiah.c
   11 SRCS+=  ivy.c
   12 .endif
   13 SRCS+=  randomdev_soft.c yarrow.c hash.c
   14 SRCS+=  rijndael-alg-fst.c rijndael-api-fst.c sha2.c
   15 SRCS+=  bus_if.h device_if.h vnode_if.h opt_cpu.h
   16 
   17 CFLAGS+= -I${.CURDIR}/../..
   18 
   19 .include <bsd.kmod.mk>

Cache object: 5c02fe4346696f1aaf89346ea7291416


[ 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.