Le 09/12/2016 à 13:17, Thomas Huth a écrit :
> Now that all target CPU folders have been moved to target/, we
> do not need to support the old naming scheme of target-xxx
> anymore.
> 
> Signed-off-by: Thomas Huth <th...@redhat.com>
> ---
>  Makefile.target | 4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/Makefile.target b/Makefile.target
> index 90b25ae..1da789c 100644
> --- a/Makefile.target
> +++ b/Makefile.target
> @@ -7,11 +7,7 @@ include config-target.mak
>  include config-devices.mak
>  include $(SRC_PATH)/rules.mak
>  
> -ifneq ($(wildcard $(SRC_PATH)/target/$(TARGET_BASE_ARCH)),)
>  TARGET_FOLDER=target/$(TARGET_BASE_ARCH)
> -else
> -TARGET_FOLDER=target-$(TARGET_BASE_ARCH)
> -endif
>  
>  $(call set-vpath, $(SRC_PATH):$(BUILD_DIR))
>  ifdef CONFIG_LINUX
> 
Reviewed-by: Laurent Vivier <laur...@vivier.eu>


Reply via email to