From 79c213fbe5aa188e60563b88708e267cfe5bf4ec Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Thu, 30 Jul 2009 17:35:13 +0200 Subject: target: use qstrip Signed-off-by: Thomas Petazzoni --- target/xtensa/patch.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/xtensa') diff --git a/target/xtensa/patch.in b/target/xtensa/patch.in index 5b723a8b4..3fe5cc80d 100644 --- a/target/xtensa/patch.in +++ b/target/xtensa/patch.in @@ -19,7 +19,7 @@ ifneq ($(filter xtensa%,$(ARCH)),) # overlay is selected). So the function emits a Makefile error # if a selected patch file is not found. -XTENSA_CORENAME:=$(strip $(subst ",,$(BR2_xtensa_core_name))) +XTENSA_CORENAME:=$(call qstrip,$(BR2_xtensa_core_name)) ifeq ($(XTENSA_CORENAME),fsf) XTENSA_PATCH = else -- cgit v1.2.3