summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 7c5931319..5d0f91872 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -3,7 +3,7 @@
include $(TOPDIR)/rules.mk
-TARGETS:=mkcrypt cpio
+TARGETS:=adk mkcrypt cpio
TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS))
TARGETS_CLEAN:=$(patsubst %,%-clean,$(TARGETS))
@@ -12,13 +12,6 @@ compile:
install: $(TARGETS_INSTALL)
clean: $(TARGETS_CLEAN)
-$(TOOLS_BUILD_DIR):
- mkdir -p $(TOOLS_BUILD_DIR)
-
-%-download:
- $(TRACE) "tools/$(patsubst %-download,%,$@)/download "
- $(MAKE) -C $(patsubst %-download,%,$@) fetch
-
%-compile: $(TOOLS_BUILD_DIR)
$(TRACE) "tools/$(patsubst %-compile,%,$@)/compile "
$(MAKE) -C $(patsubst %-compile,%,$@) compile