On Sep 12, 11:17am, j...@soum.co.jp (Jun Ebihara) wrote: -- Subject: Re: CVS commit: src/sys/arch/arm/dts
| 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. | | To recognize framebuffer console, | need merged result to make sun8i-h3-orangepi-one.dtb, | and copy sun8i-h3-orangepi-one.dtb to the directory with netbsd.ub. | | "/usr/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/sun8i-h3-orangepi-one.dts" ... original configration. | + | "/usr/src/sys/arch/arm/dts/sun8i-h3-orangepi-one.dts" .. config for NetBSD | + | "/usr/src/sys/arch/arm/dts/sun8i-h3.dtsi" ... framebuffer enabled How about #include_next "..."? christos