diff options
author | Damien George <damien.p.george@gmail.com> | 2017-09-06 14:09:13 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-09-06 14:09:13 +1000 |
commit | 4a93801c12898898744131f57d79cf216d0861b3 (patch) | |
tree | 1de68ace1e4799d82c65f3f4e0b29554f611d996 /py | |
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 'py')
-rw-r--r-- | py/mkrules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/mkrules.mk b/py/mkrules.mk index bf6ad2941..13545eb6f 100644 --- a/py/mkrules.mk +++ b/py/mkrules.mk @@ -103,7 +103,7 @@ endif ifneq ($(FROZEN_MPY_DIR),) # to build the MicroPython cross compiler -$(TOP)/mpy-cross/mpy-cross: $(TOP)/py/*.[ch] $(TOP)/mpy-cross/*.[ch] $(TOP)/windows/fmode.c +$(TOP)/mpy-cross/mpy-cross: $(TOP)/py/*.[ch] $(TOP)/mpy-cross/*.[ch] $(TOP)/ports/windows/fmode.c $(Q)$(MAKE) -C $(TOP)/mpy-cross # make a list of all the .py files that need compiling and freezing |