summaryrefslogtreecommitdiffstats
path: root/package/hwdata/hwdata.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/hwdata/hwdata.mk')
-rw-r--r--package/hwdata/hwdata.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hwdata/hwdata.mk b/package/hwdata/hwdata.mk
index ac43809f0..8d2cfc743 100644
--- a/package/hwdata/hwdata.mk
+++ b/package/hwdata/hwdata.mk
@@ -45,6 +45,6 @@ hwdata-dirclean:
# Toplevel Makefile options
#
#############################################################
-ifeq ($(strip $(BR2_PACKAGE_HWDATA)),y)
+ifeq ($(BR2_PACKAGE_HWDATA),y)
TARGETS+=hwdata
endif