aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@robocracy.org>2014-10-05 23:09:54 -0700
committerbnewbold <bnewbold@robocracy.org>2015-02-28 23:19:34 -0800
commit8e441906ff4ac7a328481a7602cb851958a88d06 (patch)
tree1a7b2cd2b797f1563de663fbbfd5a121903de0cb /Makefile
parentf23af97214dc8664a1bc83951a65040e121a7364 (diff)
downloadlibrambutan-8e441906ff4ac7a328481a7602cb851958a88d06.tar.gz
librambutan-8e441906ff4ac7a328481a7602cb851958a88d06.zip
buildsys: allow out-of-tree board files
This allows custom hardware boards (using existing chipset support) to be targeted without patches to the libmaple repository. See also commit in firmware-template repo.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 82ba456..c4ffe26 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ LIBRARIES_PATH := $(SRCROOT)/libraries
LDDIR := $(SUPPORT_PATH)/ld
# Support files for this Makefile
MAKEDIR := $(SUPPORT_PATH)/make
-BOARD_INCLUDE_DIR := $(MAKEDIR)/board-includes
+BOARD_INCLUDE_DIR ?= $(MAKEDIR)/board-includes
##
## Target-specific configuration. This determines some compiler and