diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-01 21:43:44 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-01 21:43:44 +0200 |
commit | 5c5b24f4139bbce45beb31473247d550520035d1 (patch) | |
tree | 881c7a3132f38fa6b9750608be3cdd1faf25d966 /adk | |
parent | c183c3289ae64824a5b58810da27da6487c83ea1 (diff) |
use HOST_CFLAGS for Kconfig and adk tools
Diffstat (limited to 'adk')
-rw-r--r-- | adk/config/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/adk/config/Makefile b/adk/config/Makefile index b6c253f18..989dbeee8 100644 --- a/adk/config/Makefile +++ b/adk/config/Makefile @@ -1,6 +1,8 @@ # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. +include ${ADK_TOPDIR}/prereq.mk + ifneq ($(filter-out clean,${MAKECMDGOALS}),) include ${ADK_TOPDIR}/rules.mk endif |