[U-Boot] what does it mean when "SOBJS" refers to a C source file?

Robert P. J. Day rpjday at crashcourse.ca
Wed Nov 14 17:32:11 CET 2012


  perusing the Makefiles, pretty straightforward but, on occasion, i
run into something like this (from
arch/arm/cpu/armv7/omap-common/Makefile):

... snip ...
SOBJS   := reset.o

COBJS   := timer.o
COBJS   += utils.o
... snip ...

  the thing is, all of the above are .c files, including reset.c.  is
there something deliberate about using SOBJS to refer to an object
file whose source file isn't actually assembler?  just curious.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================


More information about the U-Boot mailing list