From 8efa2d8de920228130235ad6c0a2aeb19a6ae4be Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Tue, 14 Mar 2017 11:30:30 -0700 Subject: [PATCH] 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 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.30.2