We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6b5eaa commit 8428fa0Copy full SHA for 8428fa0
ports/nrf/Makefile
@@ -208,6 +208,7 @@ ifeq ($(INTERNAL_LIBM),1)
208
OBJ += $(addprefix $(BUILD)/, $(SRC_LIBM:.c=.o))
209
endif
210
OBJ += $(addprefix $(BUILD)/, $(SRC_S:.s=.o))
211
+OBJ += $(addprefix $(BUILD)/, $(SRC_MOD:.c=.o))
212
213
$(BUILD)/$(FATFS_DIR)/ff.o: COPT += -Os
214
$(filter $(PY_BUILD)/../extmod/vfs_fat_%.o, $(PY_O)): COPT += -Os
0 commit comments