summaryrefslogtreecommitdiffstats
path: root/compat-wireless-integrated-build.patch
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2011-12-19 16:32:30 -0500
committerJohn W. Linville <linville@tuxdriver.com>2011-12-20 07:28:12 -0500
commit217da4eb7b200560792b61a34674d00088e45657 (patch)
tree941ac7813d20f062fe4cd814b2c5e6c24e4cd119 /compat-wireless-integrated-build.patch
parent92505b0d0fb617d57f1adc45aa01d0eaeb16c681 (diff)
downloadkernel-217da4eb7b200560792b61a34674d00088e45657.tar.gz
kernel-217da4eb7b200560792b61a34674d00088e45657.tar.xz
kernel-217da4eb7b200560792b61a34674d00088e45657.zip
modpost: add option to allow external modules to avoid taint
Make integrated compat-wireless take advantage of the above Turn-on backports again, since TAINT_OOT_MODULE issue is resolved Update compat-wireless snapshot from 2011-12-18
Diffstat (limited to 'compat-wireless-integrated-build.patch')
-rw-r--r--compat-wireless-integrated-build.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/compat-wireless-integrated-build.patch b/compat-wireless-integrated-build.patch
new file mode 100644
index 000000000..1d08e4b58
--- /dev/null
+++ b/compat-wireless-integrated-build.patch
@@ -0,0 +1,12 @@
+diff -up compat-wireless-2011-12-01/Makefile.orig compat-wireless-2011-12-01/Makefile
+--- compat-wireless-2011-12-01/Makefile.orig 2011-12-14 09:10:01.377297637 -0500
++++ compat-wireless-2011-12-01/Makefile 2011-12-14 09:47:36.834100534 -0500
+@@ -68,7 +68,7 @@ all: modules
+
+ modules: $(CREL_CHECK)
+ @./scripts/check_config.sh
+- $(MAKE) -C $(KLIB_BUILD) M=$(PWD) modules
++ $(MAKE) -C $(KLIB_BUILD) M=$(PWD) INTEGRATED_BUILD=1 modules
+ @touch $@
+
+ bt: $(CREL_CHECK)