From 07a873a27775d6004536bff1186c26c6e52c2b50 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 25 Jan 2012 13:35:19 +0100 Subject: build: Automatically include architecture-specific library Makefile snippets. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d1b55ba3d1..c9821b754e 100644 --- a/Makefile +++ b/Makefile @@ -112,6 +112,7 @@ define DOSUBDIR $(foreach V,$(SUBDIR_VARS),$(eval $(call RESET,$(V)))) SUBDIR := $(1)/ include $(SRC_PATH)/$(1)/Makefile +-include $(SRC_PATH)/$(1)/$(ARCH)/Makefile include $(SRC_PATH)/library.mak endef -- cgit v1.2.3