From: Yann E. MORIN Date: Tue, 14 Mar 2017 18:30:30 +0000 (-0700) Subject: core: include arch-specific definitions X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8efa2d8de920228130235ad6c0a2aeb19a6ae4be;p=buildroot.git core: include arch-specific definitions Allow architectures to define variables and helper macros. Signed-off-by: "Yann E. MORIN" Cc: Thomas Petazzoni Cc: Peter Korsgaard Signed-off-by: Max Filippov Signed-off-by: Thomas Petazzoni --- diff --git a/Makefile b/Makefile index fb2c235293..cceae92a26 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