[Buildroot] [PATCH 01/23] core: include arch-specific definitions

Max Filippov jcmvbkbc at gmail.com
Tue Mar 14 18:30:30 UTC 2017


From: "Yann E. MORIN" <yann.morin.1998 at free.fr>

Allow architectures to define variables and helper macros.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Cc: Peter Korsgaard <jacmet at uclibc.org>
Signed-off-by: Max Filippov <jcmvbkbc at gmail.com>
---
 Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile b/Makefile
index fb2c235..cceae92 100644
--- a/Makefile
+++ b/Makefile
@@ -479,6 +479,9 @@ all: world
 include Makefile.legacy
 
 include package/Makefile.in
+# arch/arch.mk.* must be after package/Makefile.in because it may need to
+# complement variables defined therein, like BR_NO_CHECK_HASH_FOR.
+-include $(wildcard arch/arch.mk.*)
 include support/dependencies/dependencies.mk
 
 include toolchain/*.mk
-- 
2.1.4



More information about the buildroot mailing list