diff options
| author | John R. Lenton | 2014-01-05 22:27:11 +0000 |
|---|---|---|
| committer | John R. Lenton | 2014-01-05 22:27:11 +0000 |
| commit | d52a0318ce266e1d9ce0d877f64a8fe097cef080 (patch) | |
| tree | 9c57f2bd169754c56679b25dd41c003a046c1137 /stm/Makefile | |
| parent | 49fb6e53b35f991d79caadbb6320a39452944b4d (diff) | |
| parent | 12e2656472bf53e467c066eda6f3e177a97210ca (diff) | |
Merge remote-tracking branch 'upstream/master' into list_remove
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 e84e21eae..93e87ec4a 100644 --- a/stm/Makefile +++ b/stm/Makefile @@ -36,6 +36,7 @@ SRC_C = \ sdio.c \ pybwlan.c \ i2c.c \ + usrsw.c \ SRC_S = \ startup_stm32f40xx.s \ @@ -73,6 +74,7 @@ PY_O = \ objfun.o \ objgenerator.o \ objinstance.o \ + objint.o \ objlist.o \ objmodule.o \ objnone.o \ @@ -162,7 +164,7 @@ $(BUILD)/flash.elf: $(OBJ) arm-none-eabi-size $@ $(BUILD): - mkdir $@ + mkdir -p $@ $(BUILD)/%.o: %.s $(AS) -o $@ $< |
