summaryrefslogtreecommitdiff
path: root/toolchain/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-09-06 19:09:03 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-09-06 19:10:58 +0200
commit1c0bee6188553ef0475367da1fa8d518b3a5bc24 (patch)
tree030abf6ab929ee53458f46a551334d6a0fdb612a /toolchain/Makefile
parentf9f38228a49db180501b44c399c516eab1812379 (diff)
frosted: finetune, remove menuconfig warnings
Diffstat (limited to 'toolchain/Makefile')
-rw-r--r--toolchain/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile
index fb46789f2..2502d3f15 100644
--- a/toolchain/Makefile
+++ b/toolchain/Makefile
@@ -40,7 +40,7 @@ TARGETS+=newlib
CLIB:=newlib
endif
-ifeq ($(ADK_TARGET_BINFMT_FLAT),y)
+ifeq ($(ADK_TARGET_BINFMT_FLAT)$(ADK_TARGET_OS_FROSTED),y)
TARGETS+=elf2flt
ELF2FLT:=elf2flt-install
endif