diff options
author | bryan newbold <bnewbold@robocracy.org> | 2014-10-05 23:09:54 -0700 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2015-02-28 23:19:34 -0800 |
commit | 8e441906ff4ac7a328481a7602cb851958a88d06 (patch) | |
tree | 1a7b2cd2b797f1563de663fbbfd5a121903de0cb /Makefile | |
parent | f23af97214dc8664a1bc83951a65040e121a7364 (diff) | |
download | librambutan-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |