make ModuleAutoLoad more readable
authorFlorian Fainelli <florian@openwrt.org>
Mon, 18 Oct 2010 06:58:11 +0000 (06:58 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 18 Oct 2010 06:58:11 +0000 (06:58 +0000)
commit8a6ee777b029d89d6dbd89ea786d699072731c2f
treed3f40a7f805a02bf233b07e7c1d7435d0abc7bdb
parentaf0e5167bc200a82421a5f8b33c332fbdf21da0e
make ModuleAutoLoad more readable

When doing a build with tracing on, the expansion of ModuleAutoLoad can get a
little hairy.

Using intermediate variables to name the arguments makes tracing more readable.

One side effect is that if an argument is accidentally left out, we won't get
all of the parameters shifted one over thanks to quoting (done in AutoLoad).

Signed-of-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 23513
include/kernel.mk