summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2093acc..5a8eb2b 100644
--- a/Makefile
+++ b/Makefile
@@ -14,3 +14,12 @@ install:
clean:
make -C $(KERNEL_DIR) SUBDIRS=`pwd` clean
+ rm -f $(hostprogs)
+
+hostprogs := example-cipher example-hmac
+example-cipher-objs := example-cipher.o
+example-hmac-objs := example-hmac.o
+
+check: $(hostprogs)
+ ./example-cipher
+ ./example-hmac