[kernel] r15238 - dists/trunk/linux-kbuild-2.6

Ben Hutchings benh at alioth.debian.org
Sat Feb 20 05:02:09 UTC 2010


Author: benh
Date: Sat Feb 20 05:02:06 2010
New Revision: 15238

Log:
Allow for inclusion of arch scripts

Modified:
   dists/trunk/linux-kbuild-2.6/Makefile

Modified: dists/trunk/linux-kbuild-2.6/Makefile
==============================================================================
--- dists/trunk/linux-kbuild-2.6/Makefile	Sat Feb 20 05:01:37 2010	(r15237)
+++ dists/trunk/linux-kbuild-2.6/Makefile	Sat Feb 20 05:02:06 2010	(r15238)
@@ -3,7 +3,8 @@
 	Makefile \
 
 SUBDIRS = \
-	scripts
+	scripts \
+	$(wildcard arch/$(SRCARCH)/scripts)
 
 OUTDIR = .
 



More information about the Kernel-svn-changes mailing list