On Tue, Dec 30, 2014 at 9:23 PM, Lennart Sorensen
<lsore...@csclub.uwaterloo.ca> wrote:
> On Tue, Dec 30, 2014 at 08:58:47PM -0600, Robert Nelson wrote:
>> Oh sunxi-*dts have pre-processor includes too.
>
> Oh great, so they need a trip through cpp first?

Yeap:

120 cmd_dtc = $(CPP) $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \
121         $(DTC) -O dtb -o $@ -b 0 \
122                 -i $(src) $(DTC_FLAGS) \
123                 -d $(depfile).dtc.tmp $(dtc-tmp) ; \
124         cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile)

http://xenbits.xen.org/gitweb/?p=people/ianc/device-tree-rebasing.git;a=blob;f=Makefile;hb=HEAD#l120

The mainline kernel version is a little harder to find, but it's similar..

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/


-- 
To UNSUBSCRIBE, email to debian-arm-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAOCHtYiwOThQ=sh3wjvqydndg9syce_e0_ybmxeupp5ju7l...@mail.gmail.com

Reply via email to