1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(TOPDIR
)/prereq.mk
5 -include $(TOPDIR
)/.config
17 START_TRACE
:= echo
-n
"---> "
21 PKG_TRACE
:= echo
"------> "
23 MAKE_TRACE
:= >/dev
/null
2>&1 ||
{ echo
"Build failed. Please re-run make with v to see what's going on"; false
; }
27 # Strip off the annoying quoting
28 DEVICE
:= $(strip $(subst ",, $(ADK_DEVICE)))
30 ifeq ($(strip ${ADK_HAVE_DOT_CONFIG}),y)
31 include $(TOPDIR)/target/$(DEVICE)/device.mk
34 include $(TOPDIR)/mk/vars.mk
36 export BASH HOSTCC HOSTCFLAGS MAKE LANGUAGE LC_ALL OStype PATH
40 TARGET_CFLAGS:= $(strip -fwrapv -fno-ident ${TARGET_CFLAGS})
41 TARGET_CC:= $(strip ${TARGET_CC})
42 TARGET_CXX:= $(strip ${TARGET_CXX})