summaryrefslogtreecommitdiff
path: root/adk/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-05-01 21:43:44 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-05-01 21:43:44 +0200
commit5c5b24f4139bbce45beb31473247d550520035d1 (patch)
tree881c7a3132f38fa6b9750608be3cdd1faf25d966 /adk/config
parentc183c3289ae64824a5b58810da27da6487c83ea1 (diff)
use HOST_CFLAGS for Kconfig and adk tools
Diffstat (limited to 'adk/config')
-rw-r--r--adk/config/Makefile2
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