summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorBenjamin Decavel2009-08-31 14:01:01 +0200
committerBenjamin Decavel2009-08-31 14:01:01 +0200
commit118f1aca26df45de492536fbd7d86c0f38c1beec (patch)
treea817ee3b8042f14ed46c4e7ba332473b50191e9a /package
parent21327600bf9e43349b374ab3c4b479ea2481f01b (diff)
Forgot parenthesis in boottable makefile
Diffstat (limited to 'package')
-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