add cryptodev_test.c, my little benchmark tool
[cryptodev-linux.git] / examples / Makefile
blob333db1c6aa8553448f5a47284a8a0d5b3ffbdd87
1 KERNEL_DIR ?= /lib/modules/$(shell uname -r)/build
3 hostprogs := cipher hmac cryptodev_test
4 example-cipher-objs := cipher.o
5 example-hmac-objs := hmac.o
6 example-cryptodev_test-objs := cryptodev_test.c
8 check: $(hostprogs)
9 ./cipher
10 ./hmac
12 clean:
13 rm -f *.o *~ hmac cipher cryptodev_test