blob: 885b5823e46fb3cb078af8df3a9d2e1ed2d453cc [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001From 8a884f55bd1527baa82fab68c186ba546273860c Mon Sep 17 00:00:00 2001
2From: Denys Dmytriyenko <denys@ti.com>
3Date: Sun, 6 Apr 2014 19:51:39 -0400
4Subject: [PATCH] Disable installing header file provided by another package
5
6Signed-off-by: Denys Dmytriyenko <denys@ti.com>
7
8Upstream-Status: Inappropriate [ OE specific ]
9---
Brad Bishopd7bf8c12018-02-25 22:55:05 -050010 Makefile | 1 -
11 1 file changed, 1 deletion(-)
Patrick Williamsc124f4f2015-09-15 14:41:29 -050012
13diff --git a/Makefile b/Makefile
Brad Bishopd7bf8c12018-02-25 22:55:05 -050014index 5a080e0..bf02396 100644
Patrick Williamsc124f4f2015-09-15 14:41:29 -050015--- a/Makefile
16+++ b/Makefile
Brad Bishopd7bf8c12018-02-25 22:55:05 -050017@@ -33,7 +33,6 @@ install: modules_install
Patrick Williamsc124f4f2015-09-15 14:41:29 -050018
19 modules_install:
Brad Bishopd7bf8c12018-02-25 22:55:05 -050020 $(MAKE) $(KERNEL_MAKE_OPTS) modules_install
21- install -m 644 -D crypto/cryptodev.h $(DESTDIR)/$(includedir)/crypto/cryptodev.h
Patrick Williamsc124f4f2015-09-15 14:41:29 -050022
23 clean:
Brad Bishopd7bf8c12018-02-25 22:55:05 -050024 $(MAKE) $(KERNEL_MAKE_OPTS) clean