We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2192824 commit 96b60edCopy full SHA for 96b60ed
1 file changed
cc3200/bootmgr/bootloader.mk
@@ -74,7 +74,7 @@ BOOT_LIB_SRC_C = $(addprefix lib/,\
74
75
OBJ = $(addprefix $(BUILD)/, $(BOOT_HAL_SRC_C:.c=.o) $(BOOT_SL_SRC_C:.c=.o) $(BOOT_CC3100_SRC_C:.c=.o) $(BOOT_UTIL_SRC_C:.c=.o) $(BOOT_MISC_SRC_C:.c=.o))
76
OBJ += $(addprefix $(BUILD)/, $(BOOT_MAIN_SRC_C:.c=.o) $(BOOT_MAIN_SRC_S:.s=.o) $(BOOT_PY_SRC_C:.c=.o) $(BOOT_STM_SRC_C:.c=.o))
77
-OBJ += $(addprefix $(BUILD)/, $(BOOT_LIB_SRC_C:.c=.o)
+OBJ += $(addprefix $(BUILD)/, $(BOOT_LIB_SRC_C:.c=.o))
78
79
# Add the linker script
80
LINKER_SCRIPT = bootmgr/bootmgr.lds
0 commit comments