[coreboot] [PATCH 3/3] Move coreboot specific rules and setup to toplevel Makefile.inc

Stefan Reinauer stefan.reinauer at coreboot.org
Thu Feb 17 21:54:05 CET 2011


* Patrick Georgi <Patrick.Georgi at secunet.com> [110217 10:24]:
> Signed-off-by: Patrick Georgi <patrick.georgi at secunet.com>
> ---
>  Makefile     |  223 ++++++---------------------------------------------------
>  Makefile.inc |  227 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 248 insertions(+), 202 deletions(-)
>  create mode 100644 Makefile.inc
> 
> diff --git a/Makefile b/Makefile
> index a233c13..596d3f7 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -4,6 +4,7 @@
>  ## Copyright (C) 2008 Advanced Micro Devices, Inc.
>  ## Copyright (C) 2008 Uwe Hermann <uwe at hermann-uwe.de>
>  ## Copyright (C) 2009-2010 coresystems GmbH
> +## Copyright (C) 2011 secunet Security Networks AG
>  ##
>  ## This program is free software; you can redistribute it and/or modify
>  ## it under the terms of the GNU General Public License as published by
> @@ -40,7 +41,6 @@ export objutil ?= $(obj)/util
>  export objk := $(objutil)/kconfig
>  
>  
> -export KERNELVERSION      := 4.0

This is not such a great idea. make menuconfig will then print 
".config - coreboot v(null) Configuration"

I don't think this variable is used outside of Kconfig (hence the
"stupid" name)






More information about the coreboot mailing list