Port-arm archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: DT overlay syntax question
vincent.defert%posteo.net@localhost (Vincent DEFERT) writes:
>#include <dt-bindings/clock/gxbb-clkc.h>
That's cpp syntax (i.e. you need to pipe the file through cpp
before compiling).
dtc however also should understand something like:
/include/ "clock/gxbb-clkc.h"
when you pass the dt-bindings directory path to dtc to search
for include files.
Home |
Main Index |
Thread Index |
Old Index