diff options
| author | Miloslav Trmač <mitr@redhat.com> | 2010-07-30 23:46:52 +0200 |
|---|---|---|
| committer | Miloslav Trmač <mitr@redhat.com> | 2010-08-23 19:57:58 +0200 |
| commit | cc005a2b4a52a3214635be20eafe819b57aa81ea (patch) | |
| tree | a9596bc68edfddbb3d098f82a9fde746477e0626 /Makefile | |
| parent | 3115860ff33d01ac941839392386612225794e26 (diff) | |
| download | cryptodev-linux-cc005a2b4a52a3214635be20eafe819b57aa81ea.tar.gz cryptodev-linux-cc005a2b4a52a3214635be20eafe819b57aa81ea.tar.xz cryptodev-linux-cc005a2b4a52a3214635be20eafe819b57aa81ea.zip | |
Drop <cryptodev.h>
Also drop implementation of its ioctls, examples, openssl patch.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -80,8 +80,7 @@ build: install: $(MAKE) -C $(KERNEL_DIR) SUBDIRS=`pwd` modules_install - @echo "Installing cryptodev.h in /usr/include/crypto ..." - @install -D cryptodev.h /usr/include/crypto/cryptodev.h + @echo "Installing ncr.h in /usr/include/crypto ..." @install -D ncr.h /usr/include/crypto/ncr.h clean: |
