From 0fc1d605ffc85952238ddda017f79158a36a0826 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 17 Dec 2013 15:10:18 +0100 Subject: add gperf to tools, required for eglibc builds. do not ask the user to install it --- tools/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/Makefile') 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)) -- cgit v1.2.3