lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 26 May 2008 09:58:20 +0100
From:	David Woodhouse <dwmw2@...radead.org>
To:	linux-kernel@...r.kernel.org
Cc:	sam@...nborg.org, alan@...rguk.ukuu.org.uk,
	akpm@...ux-foundation.org, johannes@...solutions.net
Subject: Re: [PATCHv3 27/28] firmware: Add CONFIG_BUILTIN_FIRMWARE option

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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ