From 28263ccfcc6d0176ce545bfb9a85f99f28e46193 Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Wed, 20 Jun 2012 12:52:59 -0700 Subject: [PATCH] --- yaml --- r: 311111 b: refs/heads/master c: 0eff08b5d1bf4b30f1a549a58c85806748256b18 h: refs/heads/master i: 311109: 88cb87deeeee751b144d3a8e2d1661cdb0cc46f2 311107: 40690be6e19b17a6ef5cd95fa013e2fdeef4c4f4 311103: 1583e84c9153592422d204449c5d80509a47fbfb v: v3 --- [refs] | 2 +- trunk/arch/xtensa/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index f10e237a2f4d..8d09f08866f0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5e7b6ed8e9bf3c8e3bb579fd0aec64f6526f8c81 +refs/heads/master: 0eff08b5d1bf4b30f1a549a58c85806748256b18 diff --git a/trunk/arch/xtensa/Makefile b/trunk/arch/xtensa/Makefile index 7608559de93a..f973754ddf90 100644 --- a/trunk/arch/xtensa/Makefile +++ b/trunk/arch/xtensa/Makefile @@ -68,8 +68,8 @@ endif # Only build variant and/or platform if it includes a Makefile -buildvar := $(shell test -a $(srctree)/arch/xtensa/variants/$(VARIANT)/Makefile && echo arch/xtensa/variants/$(VARIANT)/) -buildplf := $(shell test -a $(srctree)/arch/xtensa/platforms/$(PLATFORM)/Makefile && echo arch/xtensa/platforms/$(PLATFORM)/) +buildvar := $(shell test -e $(srctree)/arch/xtensa/variants/$(VARIANT)/Makefile && echo arch/xtensa/variants/$(VARIANT)/) +buildplf := $(shell test -e $(srctree)/arch/xtensa/platforms/$(PLATFORM)/Makefile && echo arch/xtensa/platforms/$(PLATFORM)/) # Find libgcc.a