rdrand - An RNG driver for the RdRand insn
[dragonfly.git] / sys / dev / crypto / rdrand / Makefile
1 KMOD=   rdrand
2 SRCS=   rdrand.c rdrand_harvest_$(MACHINE_ARCH).S
3 SRCS   += device_if.h bus_if.h
4
5 .include <bsd.kmod.mk>