mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [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

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