summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-17 15:10:18 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-17 15:10:18 +0100
commit0fc1d605ffc85952238ddda017f79158a36a0826 (patch)
treeb8a238ad02d2259aba4ec7ff374c38aa0e03f83b /tools/Makefile
parent2f3dbff3a8283fd1307ec71b6e4d5c70e80f56dc (diff)
add gperf to tools, required for eglibc builds. do not ask the user to install it
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 4a5f1ec92..e644efbb1 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -7,6 +7,9 @@ TARGETS:=adk mkcrypt cpio mkimage genext2fs
ifeq ($(ADK_TARGET_ROOTFS_ISO),y)
TARGETS+=cdrtools syslinux
endif
+ifeq ($(ADK_TARGET_LIB_EGLIBC),y)
+TARGETS+=gperf
+endif
TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS))
TARGETS_CLEAN:=$(patsubst %,%-clean,$(TARGETS))