summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2012-01-19 10:14:01 -0500
committerJohn W. Linville <linville@tuxdriver.com>2012-01-19 10:14:01 -0500
commit4ff232877a36fa92cc61219a032eb6a31b5023fb (patch)
tree9cb5dfd0b6843d068e643936040ebbcd06e6a60e
parentf8708ce591b16ad825990f7bbd96b3fb949fe2c3 (diff)
downloadkernel-4ff232877a36fa92cc61219a032eb6a31b5023fb.tar.gz
kernel-4ff232877a36fa92cc61219a032eb6a31b5023fb.tar.xz
kernel-4ff232877a36fa92cc61219a032eb6a31b5023fb.zip
Pass the same make options to compat-wireless as to the base kernel
-rw-r--r--kernel.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec
index 22f69cea5..1c559860b 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -1860,9 +1860,10 @@ BuildKernel() {
cd ../compat-wireless-%{cwversion}/
- make KLIB_BUILD=../linux-%{kversion}.%{_target_cpu} \
+ make -s ARCH=$Arch V=1 %{?_smp_mflags} \
+ KLIB_BUILD=../linux-%{kversion}.%{_target_cpu} \
KMODPATH_ARG="INSTALL_MOD_PATH=$RPM_BUILD_ROOT" \
- KMODDIR="backports" install-modules
+ KMODDIR="backports" install-modules %{?sparse_mflags}
# mark modules executable so that strip-to-file can strip them
find $RPM_BUILD_ROOT/lib/modules/$KernelVer/backports -name "*.ko" \
@@ -2344,6 +2345,9 @@ fi
# ||----w |
# || ||
%changelog
+* Thu Jan 19 2012 John W. Linville <linville@redhat.com>
+- Pass the same make options to compat-wireless as to the base kernel
+
* Thu Jan 19 2012 Dennis Gilmore <dennis@ausil.us>
- dont build TOUCHSCREEN_EETI on arm