diff options
Diffstat (limited to 'stm/Makefile')
| -rw-r--r-- | stm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/stm/Makefile b/stm/Makefile index d6c77e2bd..d75c945bf 100644 --- a/stm/Makefile +++ b/stm/Makefile @@ -73,11 +73,13 @@ PY_O = \ objfun.o \ objgenerator.o \ objinstance.o \ + objint.o \ objlist.o \ objmodule.o \ objnone.o \ objrange.o \ objset.o \ + objslice.o \ objstr.o \ objtuple.o \ objtype.o \ @@ -161,7 +163,7 @@ $(BUILD)/flash.elf: $(OBJ) arm-none-eabi-size $@ $(BUILD): - mkdir $@ + mkdir -p $@ $(BUILD)/%.o: %.s $(AS) -o $@ $< |
