On Tue, Sep 12, 2017 at 11:17:02AM +0900, Jun Ebihara wrote: > From: chris...@astron.com (Christos Zoulas) > Subject: Re: CVS commit: src/sys/arch/arm/dts > Date: Mon, 11 Sep 2017 21:10:04 +0000 (UTC) > > >>+#include > >>"../../../external/gpl2/dts/dist/arch/arm/boot/dts/sun8i-h3-orangepi-one.dts" > >>+ > > Why does it need the full path? Doesn't: > > #include "sun8i-h3-orangepi-one.dts" > > work? > > it does not works,christos. > it makes "#include nested too deeply" error as looks itself.
What about using #include_next "..." here? Joerg