]> git.pld-linux.org Git - packages/kernel.git/blame - kernel-modpost_warn.patch
This commit was manufactured by cvs2git to create branch 'LINUX_2_6_22'.
[packages/kernel.git] / kernel-modpost_warn.patch
CommitLineData
c1988df9 1--- linux-2.6.22.14_desktop/scripts/Makefile.modpost~ 2007-12-12 13:26:19.000000000 +0200
2+++ linux-2.6.22.14_desktop/scripts/Makefile.modpost 2007-12-12 13:26:55.609852824 +0200
3@@ -63,7 +63,7 @@
4 $(if $(KBUILD_EXTMOD),-i,-o) $(kernelsymfile) \
5 $(if $(KBUILD_EXTMOD),-I $(modulesymfile)) \
6 $(if $(KBUILD_EXTMOD),-o $(modulesymfile)) \
7- $(if $(KBUILD_EXTMOD)$(KBUILD_MODPOST_WARN),-w)
8+ $(if $(KBUILD_EXTMOD),$(if $(KBUILD_MODPOST_WARN),-w))
9
10 PHONY += __modpost
11 __modpost: $(modules:.ko=.o) FORCE
This page took 0.030056 seconds and 4 git commands to generate.