diff options
| author | John R. Lenton | 2014-01-05 01:57:54 +0000 |
|---|---|---|
| committer | John R. Lenton | 2014-01-05 01:57:54 +0000 |
| commit | 7e73a8fd09a8070a3bbb90d2ddc4f04af4e2828a (patch) | |
| tree | 606e074a1955f381c68d1689946066e9eb1a5a47 /stm/Makefile | |
| parent | 5d4a8213395b1e27d303379772c90b3b0adc82d5 (diff) | |
| parent | 45b43c21c4f8e30dcff00c2429eddba20ca002aa (diff) | |
Merge remote-tracking branch 'upstream/master' into list_index
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 $@ $< |
