summaryrefslogtreecommitdiffstats
path: root/examples/Makefile
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-09-01 18:41:34 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-09-01 18:41:34 +0200
commit18b0ee5a1cbbbdf8813c8ebdebae27684d75b1cd (patch)
treea9aa639ebddd92a80ca787a67c9797047d301588 /examples/Makefile
parente592413c53d1a2b27323c6014b4d471be26ad54c (diff)
downloadcryptodev-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/Makefile3
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