* [ptxdist] [PATCH] rules/dtc: Add include of KERNEL_DIR/include
@ 2014-01-23 10:36 Markus Pargmann
2014-01-23 16:56 ` Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Markus Pargmann @ 2014-01-23 10:36 UTC (permalink / raw)
To: ptxdist; +Cc: Markus Pargmann
include/dt-bindings may be used by dts files. This directory is missing
in the dtc rule.
Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
---
rules/dtc.make | 1 +
1 file changed, 1 insertion(+)
diff --git a/rules/dtc.make b/rules/dtc.make
index a0eca75..1fddcb7 100644
--- a/rules/dtc.make
+++ b/rules/dtc.make
@@ -34,6 +34,7 @@ ptx/dtb = $(notdir $(basename $(strip $(1)))).dtb
-I$(dir $<) \
-I$(KERNEL_DIR)/arch/$(GENERIC_KERNEL_ARCH)/boot/dts \
-I$(KERNEL_DIR)/arch/$(GENERIC_KERNEL_ARCH)/boot/dts/include \
+ -I$(KERNEL_DIR)/include \
-undef -D__DTS__ -x assembler-with-cpp \
-o $<.tmp \
$<
--
1.8.5.2
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [PATCH] rules/dtc: Add include of KERNEL_DIR/include
2014-01-23 10:36 [ptxdist] [PATCH] rules/dtc: Add include of KERNEL_DIR/include Markus Pargmann
@ 2014-01-23 16:56 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2014-01-23 16:56 UTC (permalink / raw)
To: ptxdist
On Thu, Jan 23, 2014 at 11:36:28AM +0100, Markus Pargmann wrote:
> include/dt-bindings may be used by dts files. This directory is missing
> in the dtc rule.
>
Thanks, applied.
Michael
> Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
> ---
> rules/dtc.make | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/rules/dtc.make b/rules/dtc.make
> index a0eca75..1fddcb7 100644
> --- a/rules/dtc.make
> +++ b/rules/dtc.make
> @@ -34,6 +34,7 @@ ptx/dtb = $(notdir $(basename $(strip $(1)))).dtb
> -I$(dir $<) \
> -I$(KERNEL_DIR)/arch/$(GENERIC_KERNEL_ARCH)/boot/dts \
> -I$(KERNEL_DIR)/arch/$(GENERIC_KERNEL_ARCH)/boot/dts/include \
> + -I$(KERNEL_DIR)/include \
> -undef -D__DTS__ -x assembler-with-cpp \
> -o $<.tmp \
> $<
> --
> 1.8.5.2
>
>
> --
> ptxdist mailing list
> ptxdist@pengutronix.de
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-01-23 16:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-23 10:36 [ptxdist] [PATCH] rules/dtc: Add include of KERNEL_DIR/include Markus Pargmann
2014-01-23 16:56 ` Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox