From 8428fa0f6474f0bf9e0854cc6627d7bbb6be5fab Mon Sep 17 00:00:00 2001 From: Damiano Mazzella Date: Fri, 5 Apr 2019 21:42:29 +0200 Subject: Update Makefile --- ports/nrf/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3