kbuild: pass less variables to second make invocation when using make O=...
authorSam Ravnborg <sam@mars.(none)>
Wed, 27 Jul 2005 07:12:07 +0000 (09:12 +0200)
committerSam Ravnborg <sam@mars.(none)>
Wed, 27 Jul 2005 07:12:07 +0000 (09:12 +0200)
commit23a45e2c0a16bfd80eba853b44717d21c37bcf30
treee9e4ed73d3ae15994916137b6e6d6b15158f1a58
parente579d351b4bcea0038f5df08fff7160352b2c365
kbuild: pass less variables to second make invocation when using make O=...

make exports all variables assigned on the command-line, so no need to pass
them explicit.
This fixes http://bugzilla.kernel.org/show_bug.cgi?id=4725

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
---
Makefile