summaryrefslogtreecommitdiffstats
path: root/package/tinyx/tinyx.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/tinyx/tinyx.mk')
-rw-r--r--package/tinyx/tinyx.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/tinyx/tinyx.mk b/package/tinyx/tinyx.mk
index 24845455d..3f7d5328f 100644
--- a/package/tinyx/tinyx.mk
+++ b/package/tinyx/tinyx.mk
@@ -125,3 +125,11 @@ tinyx-clean:
tinyx-dirclean:
-rm -rf $(TINYX_DIR)
-rm -rf $(TARGET_DIR)/usr/X11R6
+#############################################################
+#
+# Toplevel Makefile options
+#
+#############################################################
+ifeq ($(strip $(BR2_PACKAGE_TINYX)),y)
+TARGETS+=tinyx
+endif