summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package/boottable/boottable.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boottable/boottable.mk b/package/boottable/boottable.mk
index 19620766f3..8b560794b5 100644
--- a/package/boottable/boottable.mk
+++ b/package/boottable/boottable.mk
@@ -30,6 +30,6 @@ boottable-mrproper: boottable-clean
# Toplevel Makefile options
#
#############################################################
-ifeq ($(strip $(BR2_CONFIG_MASTER),y)
+ifeq ($(strip $(BR2_CONFIG_MASTER)),y)
TARGETS+=boottable
endif