Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch/arm/dts



On Tue, Sep 12, 2017 at 11:17:02AM +0900, Jun Ebihara wrote:
> From: christos%astron.com@localhost (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


Home | Main Index | Thread Index | Old Index