summaryrefslogtreecommitdiff
path: root/packages/btsco/btsco-module-0.41/makefile.patch
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-01-13 00:01:31 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-13 00:01:31 +0000
commitc6008f022c47d36f3fa1d899eafecb7e15a162cf (patch)
tree23da198c7a1f9f84480ac5975f86139e08388673 /packages/btsco/btsco-module-0.41/makefile.patch
parent480d1ffea569db5262f0c868f097df9770b73e65 (diff)
add btsco, btsco-module: closes #586
Diffstat (limited to 'packages/btsco/btsco-module-0.41/makefile.patch')
-rw-r--r--packages/btsco/btsco-module-0.41/makefile.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/btsco/btsco-module-0.41/makefile.patch b/packages/btsco/btsco-module-0.41/makefile.patch
new file mode 100644
index 0000000000..cf57b59475
--- /dev/null
+++ b/packages/btsco/btsco-module-0.41/makefile.patch
@@ -0,0 +1,16 @@
+--- btsco-0.41/kernel/Makefile.orig 2006-01-13 00:32:58.000000000 +0100
++++ btsco-0.41/kernel/Makefile 2006-01-13 00:33:35.000000000 +0100
+@@ -10,10 +10,10 @@
+
+
+ default:
+- @make -C /lib/modules/`uname -r`/build M=`pwd` modules
++ $(MAKE) -C $(KERNEL_SRC) M=`pwd` modules
+
+ install:
+- @make -C /lib/modules/`uname -r`/build M=`pwd` modules_install
++ $(MAKE) -C $(KERNEL_SRC) M=`pwd` modules_install
+
+ clean:
+- @make -C /lib/modules/`uname -r`/build M=`pwd` clean
++ $(MAKE) -C $(KERNEL_SRC) M=`pwd` clean