summaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorDamiano Mazzella <damianomazzella@gmail.com>2019-04-05 21:42:29 +0200
committerGitHub <noreply@github.com>2019-04-05 21:42:29 +0200
commit8428fa0f6474f0bf9e0854cc6627d7bbb6be5fab (patch)
tree037962025cba851d40ab114c9056a95d78051826 /ports
parentb6b5eaa87873f84eeb178f7b1f153c24631266c0 (diff)
Update Makefile
Diffstat (limited to 'ports')
-rwxr-xr-xports/nrf/Makefile1
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