summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-12-05 18:38:53 +0100
committerDiego Biurrun <diego@biurrun.de>2016-12-07 11:02:31 +0100
commit3e105d08848162b90d886bde59c010d4b0362a4b (patch)
treee3fd807a2a26fb2a51eeb7de01b4f2e7f6cd062e /tools
parent4104cc56225f29ce1cded8b2876f8748460232a6 (diff)
build: Move entries related to building TOOLS to a subdirectory Makefile
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
new file mode 100644
index 0000000000..372287b452
--- /dev/null
+++ b/tools/Makefile
@@ -0,0 +1,11 @@
+TOOLS = qt-faststart trasher
+TOOLS-$(CONFIG_ZLIB) += cws2fws
+
+tools/cws2fws$(EXESUF): ELIBS = $(ZLIB)
+
+OBJDIRS += tools
+
+clean::
+ $(RM) $(CLEANSUFFIXES:%=tools/%)
+
+-include $(wildcard tools/*.d)