commit | 8c7f75d3257fe466b34abf290c8b177c106c3769 | [log] [tgz] |
---|---|---|
author | Sam Ravnborg <sam@mars.ravnborg.org> | Sat Jan 21 12:07:56 2006 +0100 |
committer | Sam Ravnborg <sam@mars.ravnborg.org> | Sat Jan 21 12:07:56 2006 +0100 |
tree | 92657537cd517085fe10d727d3b2f006b20a3528 | |
parent | aa6ba2faec346a3f59bf4130060108e6433ad907 [diff] |
kbuild: fix build with O=.. .kernelrelease was saved in same directory as kernel source also with make O=... Make sure we kick in the normal logic to shift to the output directory when we build .kernelrelease after executing *config. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> ---