summaryrefslogtreecommitdiffstats
path: root/examples/Makefile
blob: eb50a5f101ffc89e9524ede5c3f95b795d1186bc (plain)
1
2
3
4
5
6
7
8
9
KERNEL_DIR ?= /lib/modules/$(shell uname -r)/build

hostprogs := cipher hmac
example-cipher-objs := cipher.o
example-hmac-objs := hmac.o

check: $(hostprogs)
	./cipher
	./hmac