diff options
| author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-05-31 16:35:55 +0200 |
|---|---|---|
| committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-06-17 20:47:38 +0200 |
| commit | 7439ac15620fd5718c457c2825e40830365667ad (patch) | |
| tree | d0b7d270591bd8b45a15e5c9c97763e8de923dcf /examples/Makefile | |
| parent | b4c1ecb3c841e0d7f7453a93c30a5619b7f3ce4c (diff) | |
| download | cryptodev-linux-7439ac15620fd5718c457c2825e40830365667ad.tar.gz cryptodev-linux-7439ac15620fd5718c457c2825e40830365667ad.tar.xz cryptodev-linux-7439ac15620fd5718c457c2825e40830365667ad.zip | |
Combined tests.
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/Makefile b/examples/Makefile index a3fe416..3190c4a 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -1,16 +1,14 @@ KERNEL_DIR ?= /lib/modules/$(shell uname -r)/build -hostprogs := cipher hmac new new-key +hostprogs := cipher hmac new example-cipher-objs := cipher.o example-hmac-objs := hmac.o new-objs := new.o -new-key-objs := new-key.c check: $(hostprogs) - ./new-key ./new ./cipher ./hmac clean: - rm -f *.o *~ hmac cipher new new-key + rm -f *.o *~ hmac cipher new |
