Skip to content

Commit 8428fa0

Browse files
authored
Update Makefile
1 parent b6b5eaa commit 8428fa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/nrf/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ ifeq ($(INTERNAL_LIBM),1)
208208
OBJ += $(addprefix $(BUILD)/, $(SRC_LIBM:.c=.o))
209209
endif
210210
OBJ += $(addprefix $(BUILD)/, $(SRC_S:.s=.o))
211+
OBJ += $(addprefix $(BUILD)/, $(SRC_MOD:.c=.o))
211212

212213
$(BUILD)/$(FATFS_DIR)/ff.o: COPT += -Os
213214
$(filter $(PY_BUILD)/../extmod/vfs_fat_%.o, $(PY_O)): COPT += -Os

0 commit comments

Comments
 (0)