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