[Buildroot] [PATCH 03/12] linux: convert to the GENTARGETS infrastructure

Peter Korsgaard jacmet at uclibc.org
Mon Jul 11 19:31:59 UTC 2011


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at free-electrons.com> writes:

 Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
 Thomas> ---
 Thomas>  linux/linux.mk |  116 +++++++++++++++++++++++++++-----------------------------
 Thomas>  1 files changed, 56 insertions(+), 60 deletions(-)

 Thomas> diff --git a/linux/linux.mk b/linux/linux.mk
 Thomas> index 9a63382..2c7ce89 100644
 Thomas> --- a/linux/linux.mk
 Thomas> +++ b/linux/linux.mk
 Thomas> @@ -15,8 +15,10 @@ LINUX_SOURCE  := linux-$(LINUX_VERSION).tar.bz2
 Thomas>  LINUX_SITE    := $(BR2_KERNEL_MIRROR)/linux/kernel/v2.6/
 Thomas>  endif
 
 Thomas> -LINUX_DIR     := $(BUILD_DIR)/linux-$(LINUX_VERSION)
 Thomas> -LINUX_PATCH   := $(call qstrip,$(BR2_LINUX_KERNEL_PATCH))
 Thomas> +LINUX_PATCHES   := $(call qstrip,$(BR2_LINUX_KERNEL_PATCH))

Please use '=' for consistency. Otherwise looks good.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list