From 2194982a6602203f7aae3c1bc4dccfa469c34e1a Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sat, 20 Feb 2010 10:54:35 +0100 Subject: Examples were moved to examples/ directory. --- examples/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/Makefile (limited to 'examples/Makefile') 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 -- cgit