1 From c618f882c283511dd4f7547113a1117c4785f56f Mon Sep 17 00:00:00 2001
2 From: Denys Dmytriyenko <denys@ti.com>
3 Date: Sun, 6 Apr 2014 19:51:39 -0400
4 Subject: [PATCH 3/4] Disable installing header file provided by another
7 Signed-off-by: Denys Dmytriyenko <denys@ti.com>
9 Upstream-Status: Inappropriate [ OE specific ]
12 1 file changed, 2 deletions(-)
14 diff --git a/Makefile b/Makefile
15 index 31c4b3f..855bb54 100644
18 @@ -31,8 +31,6 @@ install: modules_install
21 make -C $(KERNEL_DIR) SUBDIRS=`pwd` modules_install
22 - @echo "Installing cryptodev.h in $(PREFIX)/usr/include/crypto ..."
23 - @install -D crypto/cryptodev.h $(PREFIX)/usr/include/crypto/cryptodev.h
26 make -C $(KERNEL_DIR) SUBDIRS=`pwd` clean