diff options
| author | Damien George | 2017-09-06 14:09:13 +1000 |
|---|---|---|
| committer | Damien George | 2017-09-06 14:09:13 +1000 |
| commit | 4a93801c12898898744131f57d79cf216d0861b3 (patch) | |
| tree | 1de68ace1e4799d82c65f3f4e0b29554f611d996 /ports/pic16bit | |
| parent | 01dd7804b87d60b2deab16712eccb3b97351a9b7 (diff) | |
all: Update Makefiles and others to build with new ports/ dir layout.
Also renames "stmhal" to "stm32" in documentation and everywhere else.
Diffstat (limited to 'ports/pic16bit')
| -rw-r--r-- | ports/pic16bit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/pic16bit/Makefile b/ports/pic16bit/Makefile index ebf4fc2e8..970e75d1f 100644 --- a/ports/pic16bit/Makefile +++ b/ports/pic16bit/Makefile @@ -1,4 +1,4 @@ -include ../py/mkenv.mk +include ../../py/mkenv.mk # qstr definitions (must come before including py.mk) QSTR_DEFS = qstrdefsport.h |
