diff options
Diffstat (limited to 'target/cpio/cpioroot.mk')
-rw-r--r-- | target/cpio/cpioroot.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/cpio/cpioroot.mk b/target/cpio/cpioroot.mk index 89bb9a52e..d0c522545 100644 --- a/target/cpio/cpioroot.mk +++ b/target/cpio/cpioroot.mk @@ -91,6 +91,6 @@ cpioroot-dirclean: # Toplevel Makefile options # ############################################################# -ifeq ($(strip $(BR2_TARGET_ROOTFS_CPIO)),y) +ifeq ($(BR2_TARGET_ROOTFS_CPIO),y) TARGETS+=cpioroot endif |