summaryrefslogtreecommitdiffstats
path: root/package/hotplug/hotplug.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/hotplug/hotplug.mk')
-rw-r--r--package/hotplug/hotplug.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hotplug/hotplug.mk b/package/hotplug/hotplug.mk
index 2b5659cde..43a621885 100644
--- a/package/hotplug/hotplug.mk
+++ b/package/hotplug/hotplug.mk
@@ -40,6 +40,6 @@ hotplug-dirclean:
# Toplevel Makefile options
#
#############################################################
-ifeq ($(strip $(BR2_PACKAGE_HOTPLUG)),y)
+ifeq ($(BR2_PACKAGE_HOTPLUG),y)
TARGETS+=hotplug
endif