diff options
Diffstat (limited to 'target/cpio')
-rw-r--r-- | target/cpio/cpioroot.mk | 3 |
1 files changed, 1 insertions, 2 deletions
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: |