From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/btsco/btsco-module-0.41/makefile.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes/btsco/btsco-module-0.41/makefile.patch (limited to 'recipes/btsco/btsco-module-0.41/makefile.patch') 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 -- cgit 1.2.3-korg