On 5.10.2011 12:13, Jan Beulich wrote:
On 05.10.11 at 11:24, Michal Marek mmarek@suse.cz wrote:
--- a/scripts/Makefile.modpost +++ b/scripts/Makefile.modpost @@ -84,7 +84,8 @@ modpost = scripts/mod/modpost $(if $(cross_build),-c) \ $(if $(CONFIG_ENTERPRISE_SUPPORT), \ -N $(firstword $(wildcard $(dir $(MODVERDIR))/Module.supported \
$(objtree)/Module.supported /dev/null)))
$(objtree)/Module.supported \
$(srctree)/Module.supported /dev/null)))
quiet_cmd_modpost = MODPOST $(words $(filter-out vmlinux FORCE, $^)) modules cmd_modpost = $(modpost) -s
This patch makes sense, please commit it.
Acked-by: Michal Marek mmarek@suse.cz
Any objection to also do this for SLE11 SP2?
Go ahead.
Michal