summaryrefslogtreecommitdiff
path: root/package/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/Makefile b/package/Makefile
index 7dbb6cfaf..2a04ad047 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -30,10 +30,6 @@ ifeq ($(ADK_TARGET_LIBICONV),y)
COMPILE_ICONV:=libiconv-compile
INSTALL_ICONV:=libiconv-install
endif
-ifeq ($(ADK_TARGET_LIBICONV_TINY),y)
-COMPILE_ICONV:=libiconv-tiny-compile
-INSTALL_ICONV:=libiconv-tiny-install
-endif
all: compile
download: $(patsubst %,%-download,$(package-y))