aboutsummarylogtreecommitdiffstats
path: root/mpss-modules-explicit-coprocessor-build.patch
diff options
context:
space:
mode:
authorMarcel Huber2016-08-02 15:52:23 +0200
committerMarcel Huber2016-08-05 08:18:28 +0200
commitec74303d1f40e37209d71a7fff32ad9c9e70b2e6 (patch)
tree724fdf4881d48f4dbdc6f8ef9245af445f359f91 /mpss-modules-explicit-coprocessor-build.patch
parentfc830822e0e7c5ec00455ffbd63203e04a4d27b7 (diff)
downloadaur-ec74303d1f40e37209d71a7fff32ad9c9e70b2e6.tar.gz
build everything needed to start using the card
- not use github repos but patch files directly - added download urls - as we already need to have all three *master* tar files present, it is easier to apply changes directly
Diffstat (limited to 'mpss-modules-explicit-coprocessor-build.patch')
-rw-r--r--mpss-modules-explicit-coprocessor-build.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/mpss-modules-explicit-coprocessor-build.patch b/mpss-modules-explicit-coprocessor-build.patch
new file mode 100644
index 000000000000..f3828ac1307a
--- /dev/null
+++ b/mpss-modules-explicit-coprocessor-build.patch
@@ -0,0 +1,25 @@
+From 32193ddb4ad05c60e469e178a277220c1693b30b Mon Sep 17 00:00:00 2001
+From: Marcel Huber <marcelhuberfoo@gmail.com>
+Date: Thu, 4 Aug 2016 13:17:30 +0200
+Subject: explicitly set coprocessor build
+
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git Makefile Makefile
+index 29faca8..42dd454 100644
+--- mpss-modules/Makefile
++++ mpss-modules/Makefile
+@@ -59,7 +59,7 @@ kmodincludedir = $(realpath $(KERNEL_SRC))/include/modules
+
+ # If building the host's driver for a MIC co-processor card, which card
+ # $(ARCH) it should support
+-export MIC_CARD_ARCH
++export MIC_CARD_ARCH := k1om
+
+ .PHONY: all install modules
+ .PHONY: modules_install conf_install dev_install kdev_install
+--
+2.9.2
+