diff options
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile new file mode 100644 index 0000000..eb50a5f --- /dev/null +++ b/examples/Makefile @@ -0,0 +1,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 |
