From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aneesh V Date: Thu, 30 Jun 2011 10:42:25 +0530 Subject: [U-Boot] [RFC PATCH 1/7] Adapt config.mk for usage in spl/Makefile In-Reply-To: <201106291452.58967.vapier@gentoo.org> References: <1309352967-5719-2-git-send-email-aneesh@ti.com> <201106291452.58967.vapier@gentoo.org> Message-ID: <4E0C05B9.4070702@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thursday 30 June 2011 12:22 AM, Mike Frysinger wrote: > On Wednesday, June 29, 2011 09:09:21 Aneesh V wrote: >> -$(obj)%.s: %.S >> +$(obj)%.s: $(src)%.S I too didn't understand why that was done. But I noticed it just before sending the patches so decided to give it a try later. I tried removing them now and it doesn't harm. Maybe, some of the changes I did to the definition of OBJTREE obj etc would have rendered it irrelevant? Daniel, Can you throw some light on this? best regards, Aneesh