lkml.org 
[lkml]   [2008]   [May]   [26]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCHv3 27/28] firmware: Add CONFIG_BUILTIN_FIRMWARE option
FromDavid Woodhouse <>
DateMon, 26 May 2008 09:58:20 +0100
On Sun, 2008-05-25 at 18:00 +0100, David Woodhouse wrote:
> Still don't have the behaviour we want from clean/mrproper, but I think
> we need Sam's help with that.

I worked it out -- we don't include .config when we make clean, although
it was trying to remove the .S files corresponding to all the configured
firmwares, there were effectively none of those. Fixed thus:

-targets := $(firmware_objs) $(patsubst $(obj)/%,%, $(firmware_srcs))
+targets := $(patsubst $(obj)/%,%, $(wildcard $(shell find $(obj) -name \*.S)))

-- 
dwmw2



\
 
 \ /
  Last update: 2008-05-26 11:01    [from the cache]
©2003-2008