]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
kbuild: fix build with O=..
authorSam Ravnborg <sam@mars.ravnborg.org>
Sat, 21 Jan 2006 11:07:56 +0000 (12:07 +0100)
committerSam Ravnborg <sam@mars.ravnborg.org>
Sat, 21 Jan 2006 11:07:56 +0000 (12:07 +0100)
commit8c7f75d3257fe466b34abf290c8b177c106c3769
tree92657537cd517085fe10d727d3b2f006b20a3528
parentaa6ba2faec346a3f59bf4130060108e6433ad907
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>
---
Makefile