diff options
| author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-09-01 18:41:34 +0200 |
|---|---|---|
| committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-09-01 18:41:34 +0200 |
| commit | 18b0ee5a1cbbbdf8813c8ebdebae27684d75b1cd (patch) | |
| tree | a9aa639ebddd92a80ca787a67c9797047d301588 /examples/Makefile | |
| parent | e592413c53d1a2b27323c6014b4d471be26ad54c (diff) | |
| download | cryptodev-linux-18b0ee5a1cbbbdf8813c8ebdebae27684d75b1cd.tar.gz cryptodev-linux-18b0ee5a1cbbbdf8813c8ebdebae27684d75b1cd.tar.xz cryptodev-linux-18b0ee5a1cbbbdf8813c8ebdebae27684d75b1cd.zip | |
Added an emulation of a userspace application that provides encryption service.
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile index 9911100..883529e 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -14,6 +14,9 @@ ncr: ncr.c pk: pk.c $(CC) $(CFLAGS) $< -o $@ -L/usr/local/lib -lgnutls +uspeed: shm/aes_cbc.c shm/shm.c shm/aes.h + $(CC) $(CFLAGS) shm/aes_cbc.c shm/shm.c -o $@ -Ishm -lpthread + check: $(progs) ./ncr ./pk |
