From 8e441906ff4ac7a328481a7602cb851958a88d06 Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Sun, 5 Oct 2014 23:09:54 -0700 Subject: 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3