Re: [PATCH] Makefile: Make checkstack work with O= builds

2013-01-13 Thread Michal Marek
On 22.12.2012 02:58, Stephen Boyd wrote: > The vmlinux doesn't always live in the same directory as the > source files and so 'make O=obj checkstack' fails with a missing > vmlinux file. Fix checkstack so that this is possible. It works for me even without your patch. With O=, a second make is run

[PATCH] Makefile: Make checkstack work with O= builds

2012-12-21 Thread Stephen Boyd
The vmlinux doesn't always live in the same directory as the source files and so 'make O=obj checkstack' fails with a missing vmlinux file. Fix checkstack so that this is possible. Signed-off-by: Stephen Boyd --- It would also be nice if this depended on vmlinux and modules being built already b