aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/btsco/btsco-module-0.41/makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/btsco/btsco-module-0.41/makefile.patch')
-rw-r--r--recipes/btsco/btsco-module-0.41/makefile.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/btsco/btsco-module-0.41/makefile.patch b/recipes/btsco/btsco-module-0.41/makefile.patch
new file mode 100644
index 0000000000..a7beb54761
--- /dev/null
+++ b/recipes/btsco/btsco-module-0.41/makefile.patch
@@ -0,0 +1,16 @@
+--- kernel/Makefile.orig 2006-01-13 00:32:58.000000000 +0100
++++ 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