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/cpio/cpioroot.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'target/cpio/cpioroot.mk') diff --git a/target/cpio/cpioroot.mk b/target/cpio/cpioroot.mk index 08983ffd6..0dbdb2eb4 100644 --- a/target/cpio/cpioroot.mk +++ b/target/cpio/cpioroot.mk @@ -31,8 +31,7 @@ else CPIO_TARGET := $(CPIO_BASE) endif -ROOTFS_CPIO_COPYTO:=$(strip $(subst ",,$(BR2_TARGET_ROOTFS_CPIO_COPYTO))) -# ")) +ROOTFS_CPIO_COPYTO:=$(call qstrip,$(BR2_TARGET_ROOTFS_CPIO_COPYTO)) # cpioroot-init: -- cgit v1.2.3