summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/configure1
-rw-r--r--tools/root.make1
2 files changed, 2 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 36e951e4d2..07d90b26ef 100755
--- a/tools/configure
+++ b/tools/configure
@@ -4816,6 +4816,7 @@ export ANDROID_ARCH=${ANDROID_ARCH}
4816export ANDROID_NDK_PATH=${ANDROID_NDK_PATH} 4816export ANDROID_NDK_PATH=${ANDROID_NDK_PATH}
4817export ANDROID_SDK_PATH=${ANDROID_SDK_PATH} 4817export ANDROID_SDK_PATH=${ANDROID_SDK_PATH}
4818export ANDROID_PLATFORM_VERSION=${ANDROID_PLATFORM_VERSION} 4818export ANDROID_PLATFORM_VERSION=${ANDROID_PLATFORM_VERSION}
4819export TOOLSET=${toolset}
4819 4820
4820CONFIGURE_OPTIONS=${cmdline} 4821CONFIGURE_OPTIONS=${cmdline}
4821 4822
diff --git a/tools/root.make b/tools/root.make
index 3f5b4bca17..296ca849de 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -23,6 +23,7 @@ TOOLS = $(TOOLSDIR)/rdf2binary $(TOOLSDIR)/convbdf \
23 $(TOOLSDIR)/codepages $(TOOLSDIR)/scramble $(TOOLSDIR)/bmp2rb \ 23 $(TOOLSDIR)/codepages $(TOOLSDIR)/scramble $(TOOLSDIR)/bmp2rb \
24 $(TOOLSDIR)/uclpack $(TOOLSDIR)/mkboot $(TOOLSDIR)/iaudio_bl_flash.c \ 24 $(TOOLSDIR)/uclpack $(TOOLSDIR)/mkboot $(TOOLSDIR)/iaudio_bl_flash.c \
25 $(TOOLSDIR)/iaudio_bl_flash.h 25 $(TOOLSDIR)/iaudio_bl_flash.h
26TOOLS += $(foreach tool,$(TOOLSET),$(TOOLSDIR)/$(tool))
26 27
27 28
28ifeq (,$(PREFIX)) 29ifeq (,$(PREFIX))