diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-11-01 11:01:34 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-11-01 11:01:34 -0700 |
| commit | cfbb74ffe77d81ec0b67ee722ab18cd3b890872a (patch) | |
| tree | 6030a6e6ec1ac107258d227f091e958b7fbb47da | |
| parent | 9db321d50550fbe4fb1348a97d34f4df86ed0981 (diff) | |
atmel-samd: Reorder mpconfigport.mk and mpconfigboard.mk includes.
This allows mpconfigport.mk to set this conditionally based on
$(CHIP_FAMILY).
| -rw-r--r-- | ports/atmel-samd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/atmel-samd/Makefile b/ports/atmel-samd/Makefile index 2dd4802ba..b936d56e3 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 |
