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