summaryrefslogtreecommitdiffstats
path: root/recipes-extended/qat/files/qat16_2.3.0-34-qat-remove-local-path-from-makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/qat/files/qat16_2.3.0-34-qat-remove-local-path-from-makefile.patch')
-rw-r--r--recipes-extended/qat/files/qat16_2.3.0-34-qat-remove-local-path-from-makefile.patch15
1 files changed, 8 insertions, 7 deletions
diff --git a/recipes-extended/qat/files/qat16_2.3.0-34-qat-remove-local-path-from-makefile.patch b/recipes-extended/qat/files/qat16_2.3.0-34-qat-remove-local-path-from-makefile.patch
index da40e9f..96791cb 100644
--- a/recipes-extended/qat/files/qat16_2.3.0-34-qat-remove-local-path-from-makefile.patch
+++ b/recipes-extended/qat/files/qat16_2.3.0-34-qat-remove-local-path-from-makefile.patch
@@ -1,4 +1,4 @@
1From 5044a14a6b4192b771f16aa834f688c1fd1287dd Mon Sep 17 00:00:00 2001 1From 1e29afc0e69fb9118cb0dcb924cdffa9db730572 Mon Sep 17 00:00:00 2001
2From: Anuj Mittal <anujx.mittal@intel.com> 2From: Anuj Mittal <anujx.mittal@intel.com>
3Date: Wed, 8 Jul 2015 11:11:32 +0800 3Date: Wed, 8 Jul 2015 11:11:32 +0800
4Subject: [PATCH] qat: remove local path from makefile 4Subject: [PATCH] qat: remove local path from makefile
@@ -9,22 +9,23 @@ Remove the host machine /usr/include path from makefile.
9 9
10Signed-off-by: Anuj Mittal <anujx.mittal@intel.com> 10Signed-off-by: Anuj Mittal <anujx.mittal@intel.com>
11--- 11---
12 .../build_files/env_files/linux_2.6_user_space.mk | 3 +-- 12 quickassist/build_system/build_files/env_files/linux_2.6_user_space.mk | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-) 13 1 file changed, 1 insertion(+), 2 deletions(-)
14 14
15diff --git a/quickassist/build_system/build_files/env_files/linux_2.6_user_space.mk b/quickassist/build_system/build_files/env_files/linux_2.6_user_space.mk 15diff --git a/quickassist/build_system/build_files/env_files/linux_2.6_user_space.mk b/quickassist/build_system/build_files/env_files/linux_2.6_user_space.mk
16index 1451f4a..719d1bb 100755 16index f7f18a5..e8c9f18 100644
17--- a/quickassist/build_system/build_files/env_files/linux_2.6_user_space.mk 17--- a/quickassist/build_system/build_files/env_files/linux_2.6_user_space.mk
18+++ b/quickassist/build_system/build_files/env_files/linux_2.6_user_space.mk 18+++ b/quickassist/build_system/build_files/env_files/linux_2.6_user_space.mk
19@@ -72,8 +72,7 @@ 19@@ -46,8 +46,7 @@
20 # 20 #
21 #------------------------------------------------------------- 21 #-------------------------------------------------------------
22 22
23-INCLUDES+=-I/usr/include \ 23-INCLUDES+=-I/usr/include \
24- -I$(API_DIR) \ 24- -I$(API_DIR) \
25+INCLUDES+=-I$(API_DIR) \ 25+INCLUDES+=-I$(API_DIR) \
26 -I$(ADF_CMN_DIR) \
26 -I$(OSAL_DIR)/include \ 27 -I$(OSAL_DIR)/include \
27 -I$(OSAL_DIR)/src/linux/user_space/include 28 -I$(OSAL_DIR)/src/linux/user_space/include
29--
302.14.4
28 31
29--
301.7.9.5