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

Re: Debian in a Pcduino3



On Tue, Dec 30, 2014 at 9:23 PM, Lennart Sorensen
<lsorense@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/


Reply to: