[buildroot] make ModuleAutoLoad more readable
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 18 Oct 2010 06:58:11 +0000 (06:58 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 18 Oct 2010 06:58:11 +0000 (06:58 +0000)
commit9ef1ad8e1930585a8d9437899d09623111b03df2
treee957795558e95e2492150e76f5da2e9f832a605c
parent4ef493dcf36bcd2deade934fa4932f6013c0f82b
[buildroot] 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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23513 3c298f89-4303-0410-b956-a3cf2f4a3e73
include/kernel.mk