From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Wed, 14 Nov 2012 19:44:45 +0100 Subject: [U-Boot] what does it mean when "SOBJS" refers to a C source file? In-Reply-To: References: Message-ID: <20121114194445.74ab9148@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Robert, On Wed, 14 Nov 2012 11:32:11 -0500 (EST), "Robert P. J. Day" wrote: > > 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 It means commit d417d1db5f9092d125ddea882ced77eaa5f3d236 was not reviewed thoroughly enough. :) Amicalement, -- Albert.