diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-07-30 17:35:13 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-09-05 14:43:17 +0200 |
commit | 79c213fbe5aa188e60563b88708e267cfe5bf4ec (patch) | |
tree | 1fbaf847e0ae431d0156fd5b4e69543b463cdbe9 /target/xtensa/patch.in | |
parent | 5c4555d1f54f4ede48729f78119d12b696f72d76 (diff) | |
download | buildroot-novena-79c213fbe5aa188e60563b88708e267cfe5bf4ec.tar.gz buildroot-novena-79c213fbe5aa188e60563b88708e267cfe5bf4ec.zip |
target: use qstrip
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'target/xtensa/patch.in')
-rw-r--r-- | target/xtensa/patch.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |