summaryrefslogtreecommitdiffstats
path: root/examples/Makefile
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-09-06 14:53:03 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-09-06 14:53:03 +0200
commit8afc069c742f80d3e383ba3d0e38697aeeeb147b (patch)
tree4c010eac56a1d6958e7c86d97579be6338552d51 /examples/Makefile
parent3d758323280763fe59b1f61d4f86aa2a29fe3775 (diff)
parentc5fb18ff697aefb156dfebe87ded77a9e1371c45 (diff)
downloadkernel-crypto-8afc069c742f80d3e383ba3d0e38697aeeeb147b.tar.gz
kernel-crypto-8afc069c742f80d3e383ba3d0e38697aeeeb147b.tar.xz
kernel-crypto-8afc069c742f80d3e383ba3d0e38697aeeeb147b.zip
Merge remote branch 'standalone/master' into standalone-masterncr-standalone-master
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 9911100263e..883529ea955 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