diff options
| author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-05-27 12:32:28 +0200 |
|---|---|---|
| committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-06-17 20:47:37 +0200 |
| commit | 02eb90375d9975252647ac285d0ba9fa61435640 (patch) | |
| tree | b15be668291bc941e56cebba0baf591372569921 /examples/Makefile | |
| parent | 71eb8aa3b9c05b5ab8b8ab9cc0e245349dc2402d (diff) | |
| download | cryptodev-linux-02eb90375d9975252647ac285d0ba9fa61435640.tar.gz cryptodev-linux-02eb90375d9975252647ac285d0ba9fa61435640.tar.xz cryptodev-linux-02eb90375d9975252647ac285d0ba9fa61435640.zip | |
Added data functionality and a test program.
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/Makefile b/examples/Makefile index 601fb07..3190c4a 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -1,12 +1,14 @@ KERNEL_DIR ?= /lib/modules/$(shell uname -r)/build -hostprogs := cipher hmac +hostprogs := cipher hmac new example-cipher-objs := cipher.o example-hmac-objs := hmac.o +new-objs := new.o check: $(hostprogs) + ./new ./cipher ./hmac clean: - rm -f *.o *~ hmac cipher + rm -f *.o *~ hmac cipher new |
