From cfbb74ffe77d81ec0b67ee722ab18cd3b890872a Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Wed, 1 Nov 2017 11:01:34 -0700 Subject: [PATCH] atmel-samd: Reorder mpconfigport.mk and mpconfigboard.mk includes. This allows mpconfigport.mk to set this conditionally based on $(CHIP_FAMILY). --- ports/atmel-samd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/atmel-samd/Makefile b/ports/atmel-samd/Makefile index 2dd4802ba4..b936d56e38 100644 --- a/ports/atmel-samd/Makefile +++ b/ports/atmel-samd/Makefile @@ -10,8 +10,8 @@ endif BUILD ?= build-$(BOARD) include ../../py/mkenv.mk --include mpconfigport.mk include boards/$(BOARD)/mpconfigboard.mk +-include mpconfigport.mk # qstr definitions (must come before including py.mk) QSTR_DEFS = qstrdefsport.h