Add patch which makes the toolchain variables easily overwritable.

* debian/patches/series/0experimental.1: Add kernelvariables.patch.
* debian/patches/kernelvariables.patch: Add.

svn path=/dists/trunk/linux-2.6/; revision=6792
This commit is contained in:
Bastian Blank 2006-06-13 14:18:29 +00:00
parent 924f695819
commit 9b007da10c
2 changed files with 14 additions and 0 deletions

13
debian/patches/kernelvariables.patch vendored Normal file
View File

@ -0,0 +1,13 @@
diff --git a/Makefile b/Makefile
index a3a7baa..32d9ea4 100644
--- a/Makefile
+++ b/Makefile
@@ -296,6 +296,8 @@ LDFLAGS_MODULE = -r
CFLAGS_KERNEL =
AFLAGS_KERNEL =
+-include .kernelvariables
+
# Use LINUXINCLUDE when you must reference the include/ directory.
# Needed to be compatible with the O= option

View File

@ -3,6 +3,7 @@
#FIXME + fs-asfs-2.patch
+ modular-ide-pnp.patch
+ version.patch
+ kernelvariables.patch
#
+ ia64-irq-affinity-upfix.patch
+ powerpc-mkvmlinuz-support.patch