summaryrefslogtreecommitdiffstats
path: root/package/wtools/wtools.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/wtools/wtools.mk')
-rw-r--r--package/wtools/wtools.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/wtools/wtools.mk b/package/wtools/wtools.mk
index 1d1043768..4644526f4 100644
--- a/package/wtools/wtools.mk
+++ b/package/wtools/wtools.mk
@@ -47,3 +47,11 @@ wtools-clean:
wtools-dirclean:
rm -rf $(WTOOLS_BUILD_DIR)
+#############################################################
+#
+# Toplevel Makefile options
+#
+#############################################################
+ifeq ($(strip $(BR2_PACKAGE_WTOOLS)),y)
+TARGETS+=wtools
+endif