Re: [PATCH] make: dts: fix out-of-tree build

2014-05-05 Thread Sascha Hauer
Hi Silvio, On Wed, Apr 30, 2014 at 07:49:34AM +0200, Silvio Fricke wrote: > If barebox is builded out-of-tree we don't find the dts-include > > This patch prevent us to get this: > /[...]/barebox/drivers/input/keymap.c:4:37: fatal error: > dt-bindings/input/input.h: No such file or directory >

[PATCH] make: dts: fix out-of-tree build

2014-04-29 Thread Silvio Fricke
If barebox is builded out-of-tree we don't find the dts-include This patch prevent us to get this: /[...]/barebox/drivers/input/keymap.c:4:37: fatal error: dt-bindings/input/input.h: No such file or directory Signed-off-by: Silvio Fricke --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 d