diff options
| author | Damiano Mazzella <damianomazzella@gmail.com> | 2019-04-05 21:42:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-05 21:42:29 +0200 |
| commit | 8428fa0f6474f0bf9e0854cc6627d7bbb6be5fab (patch) | |
| tree | 037962025cba851d40ab114c9056a95d78051826 | |
| parent | b6b5eaa87873f84eeb178f7b1f153c24631266c0 (diff) | |
Update Makefile
| -rwxr-xr-x | ports/nrf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/nrf/Makefile b/ports/nrf/Makefile index 3cb4b52aa..f01b0d945 100755 --- a/ports/nrf/Makefile +++ b/ports/nrf/Makefile @@ -208,6 +208,7 @@ ifeq ($(INTERNAL_LIBM),1) OBJ += $(addprefix $(BUILD)/, $(SRC_LIBM:.c=.o)) endif OBJ += $(addprefix $(BUILD)/, $(SRC_S:.s=.o)) +OBJ += $(addprefix $(BUILD)/, $(SRC_MOD:.c=.o)) $(BUILD)/$(FATFS_DIR)/ff.o: COPT += -Os $(filter $(PY_BUILD)/../extmod/vfs_fat_%.o, $(PY_O)): COPT += -Os |
