SOURCES: rt2x00-Makefile.patch (NEW) - allow building it our way w...

sparky sparky at pld-linux.org
Mon Nov 13 19:02:44 CET 2006


Author: sparky                       Date: Mon Nov 13 18:02:43 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- allow building it our way without specyfing useless variables

---- Files affected:
SOURCES:
   rt2x00-Makefile.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/rt2x00-Makefile.patch
diff -u /dev/null SOURCES/rt2x00-Makefile.patch:1.1
--- /dev/null	Mon Nov 13 19:02:43 2006
+++ SOURCES/rt2x00-Makefile.patch	Mon Nov 13 19:02:38 2006
@@ -0,0 +1,23 @@
+diff -Nur rt2x00-cvs-2006082007.orig/Makefile rt2x00-cvs-2006082007.Makefile/Makefile
+--- rt2x00-cvs-2006082007.orig/Makefile	2006-08-01 15:53:35.000000000 +0000
++++ rt2x00-cvs-2006082007.Makefile/Makefile	2006-11-13 17:53:35.000000000 +0000
+@@ -23,7 +23,7 @@
+ # Set the enviroment variables.
+ #
+ ifndef SUBDIRS
+-	SUBDIRS=$(shell pwd)
++	SUBDIRS=$(M)
+ endif
+ 
+ ifdef KERNDIR
+@@ -51,8 +51,8 @@
+ #
+ # Include kernel and rt2x00 config.
+ #
+-include $(KERNEL_SOURCES)/.config
+-include $(SUBDIRS)/config
++include $(SYSOUT)/.config
++include $(M)/config
+ 
+ #
+ # Determine if and with what options the dscape stack should be build
================================================================


More information about the pld-cvs-commit mailing list