diff options
| author | Miloslav Trmač <mitr@redhat.com> | 2010-08-23 20:27:29 +0200 |
|---|---|---|
| committer | Miloslav Trmač <mitr@redhat.com> | 2010-08-23 20:27:29 +0200 |
| commit | c3eeccf6491c632037dfef737f3e40ed24e5bf72 (patch) | |
| tree | 4399d2c6f8f2395392da281126c06919f5883cd7 /Makefile | |
| parent | 8909294e19aa6a9154891950a7878a938676aec7 (diff) | |
| parent | cc005a2b4a52a3214635be20eafe819b57aa81ea (diff) | |
| download | cryptodev-linux-c3eeccf6491c632037dfef737f3e40ed24e5bf72.tar.gz cryptodev-linux-c3eeccf6491c632037dfef737f3e40ed24e5bf72.tar.xz cryptodev-linux-c3eeccf6491c632037dfef737f3e40ed24e5bf72.zip | |
Merge branch 'drop-old-interface' into integration
Conflicts:
cryptodev_main.c
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: |
