* Patrick Georgi <patrick.geo...@secunet.com> [110217 10:24]:
> Signed-off-by: Patrick Georgi <patrick.geo...@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 <u...@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)



-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to