diff options
| -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 |
