diff options
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile index 2a04ad047..4cc797176 100644 --- a/package/Makefile +++ b/package/Makefile @@ -26,7 +26,7 @@ COMPILE_PACKAGES:=$(patsubst %,%-compile,$(package-y)) HOST_COMPILE_PACKAGES:=$(patsubst %,%-host-compile,$(hostpackage-y)) INSTALL_PACKAGES:=$(patsubst %,%-install,$(package-y)) -ifeq ($(ADK_TARGET_LIBICONV),y) +ifeq ($(ADK_TARGET_LIBC_WITH_LIBICONV),y) COMPILE_ICONV:=libiconv-compile INSTALL_ICONV:=libiconv-install endif |