diff options
author | Diego Biurrun | 2012-01-25 13:35:19 +0100 |
---|---|---|
committer | Diego Biurrun | 2012-01-25 15:04:28 +0100 |
commit | 07a873a27775d6004536bff1186c26c6e52c2b50 (patch) | |
tree | a19348b9ae29c6c35bd12369e00b61fa7fdacd41 /Makefile | |
parent | 366ac22ea5a8bab63c7f46cdad2ddb2ff22cdbed (diff) |
build: Automatically include architecture-specific library Makefile snippets.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |