Re: [PATCH] um: Fix out-of-tree build

2015-07-01 Thread Randy Dunlap
On 06/28/15 14:00, Richard Weinberger wrote: > Commit 30b11ee9a (um: Remove copy&paste code from init.h) > uncovered an issue wrt. out-of-tree builds. > For out-of-tree builds, we must not rely on relative paths. > Before 30b11ee9a it worked by chance as no host code included > generated header fil

[PATCH] um: Fix out-of-tree build

2015-06-28 Thread Richard Weinberger
Commit 30b11ee9a (um: Remove copy&paste code from init.h) uncovered an issue wrt. out-of-tree builds. For out-of-tree builds, we must not rely on relative paths. Before 30b11ee9a it worked by chance as no host code included generated header files. Signed-off-by: Richard Weinberger --- arch/um/Ma