2 Sep 2011 22:55
New patch to review: 54caffb Fix FILO build system
Patrick Georgi <gerrit <at> coreboot.org>
2011-09-02 20:55:25 GMT
2011-09-02 20:55:25 GMT
Patrick Georgi (patrick <at> georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/177 -gerrit commit 54caffbbea39033208ace7fa6d0beef741344a7d Author: Patrick Georgi <patrick <at> georgi-clan.de> Date: Fri Sep 2 22:44:15 2011 +0200 Fix FILO build system This change: - deduplicates a whole lot of stuff in the Kconfig makefile - simplifies "verbose" support (V=1) to match coreboot's style - adds libpayload support to more kconfig targets (allyes, allno, defconfig...) - isolates libpayload build into its own directory to avoid file clashes Change-Id: Iee682492f64f0f5da2a8702b8fe6f8b02c81b4c5 Signed-off-by: Patrick Georgi <patrick <at> georgi-clan.de> --- Makefile | 56 +++++----- util/kconfig/Makefile | 285 ++++++++++++++++--------------------------------- 2 files changed, 124 insertions(+), 217 deletions(-) diff --git a/Makefile b/Makefile index 2e8a9e5..1ebf62e 100644 --- a/Makefile +++ b/Makefile <at> <at> -38,8 +38,11 <at> <at> HAVE_DOTCONFIG := $(wildcard .config) BUILD_INFO = ($(shell whoami) <at> $(shell hostname)) $(shell LANG=C date)(Continue reading)
RSS Feed