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