From: Ben Hutchings <hidden> Date: 2011-01-09 00:42:09
The dts-installed variable is initialised using a wildcard path that
will be expanded relative to the build directory. Use the existing
variable dtstree to generate an absolute wildcard path that will work
when building in a separate directory.
Reported-by: Gerhard Pircher <redacted>
Signed-off-by: Ben Hutchings <redacted>
Tested-by: Gerhard Pircher <redacted> [against 2.6.32]
---
arch/powerpc/boot/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
From: Ben Hutchings <hidden> Date: 2011-01-09 00:41:57
$(src) and $(obj) are normally the same, but are supposed to be used
for paths under $(srctree) and $(objtree) respectively.
Also use $(dtstree) and $(wrapper) as appropriate.
Signed-off-by: Ben Hutchings <redacted>
---
This is totally untested, so please review carefully!
Ben.
arch/powerpc/boot/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
From: Gerhard Pircher <hidden> Date: 2011-01-11 19:05:17
-------- Original-Nachricht --------
Datum: Sun, 09 Jan 2011 00:24:01 +0000
Von: Ben Hutchings [off-list ref]
An: Benjamin Herrenschmidt [off-list ref], Paul Mackerras [off-list ref]
CC: Gerhard Pircher <redacted>, linuxppc-dev@lists.ozlabs.org
Betreff: [PATCH 1/2] powerpc/boot/dts: Install dts from the right directory
The dts-installed variable is initialised using a wildcard path that
will be expanded relative to the build directory. Use the existing
variable dtstree to generate an absolute wildcard path that will work
when building in a separate directory.
Wouldn't this patch be a good candidate for the stable kernel series?
quoted hunk
Reported-by: Gerhard Pircher <redacted>
Signed-off-by: Ben Hutchings <redacted>
Tested-by: Gerhard Pircher <redacted> [against 2.6.32]
---
arch/powerpc/boot/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)