xref: /dflybsd-src/sys/dev/crypto/rdrand/Makefile (revision c6ecc293ce8e93b8d4edaa12241e09350a4d3f55)
1KMOD=	rdrand
2SRCS=	rdrand.c rdrand_harvest_${MACHINE_ARCH}.S
3SRCS+=	device_if.h bus_if.h
4
5.include <bsd.kmod.mk>
6