From 3e105d08848162b90d886bde59c010d4b0362a4b Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 5 Dec 2016 18:38:53 +0100 Subject: build: Move entries related to building TOOLS to a subdirectory Makefile --- tools/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tools/Makefile (limited to 'tools') 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) -- cgit v1.2.3