atmel-samd: Reorder mpconfigport.mk and mpconfigboard.mk includes.

This allows mpconfigport.mk to set this conditionally based on
$(CHIP_FAMILY).
This commit is contained in:
Scott Shawcroft 2017-11-01 11:01:34 -07:00
parent 9db321d505
commit cfbb74ffe7
1 changed files with 1 additions and 1 deletions

View File

@ -10,8 +10,8 @@ endif
BUILD ?= build-$(BOARD) BUILD ?= build-$(BOARD)
include ../../py/mkenv.mk include ../../py/mkenv.mk
-include mpconfigport.mk
include boards/$(BOARD)/mpconfigboard.mk include boards/$(BOARD)/mpconfigboard.mk
-include mpconfigport.mk
# qstr definitions (must come before including py.mk) # qstr definitions (must come before including py.mk)
QSTR_DEFS = qstrdefsport.h QSTR_DEFS = qstrdefsport.h