summaryrefslogtreecommitdiff
path: root/package/wipe
diff options
context:
space:
mode:
Diffstat (limited to 'package/wipe')
-rw-r--r--package/wipe/wipe.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wipe/wipe.mk b/package/wipe/wipe.mk
index e26352a33..deca74fb7 100644
--- a/package/wipe/wipe.mk
+++ b/package/wipe/wipe.mk
@@ -52,6 +52,6 @@ wipe-dirclean:
# Toplevel Makefile options
#
#############################################################
-ifeq ($(strip $(BR2_PACKAGE_WIPE)),y)
+ifeq ($(BR2_PACKAGE_WIPE),y)
TARGETS+=wipe
endif