Skip to content

Commit 96b60ed

Browse files
committed
cc3200: Fix typo after previous refactor.
1 parent 2192824 commit 96b60ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cc3200/bootmgr/bootloader.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ BOOT_LIB_SRC_C = $(addprefix lib/,\
7474

7575
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))
7676
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)
77+
OBJ += $(addprefix $(BUILD)/, $(BOOT_LIB_SRC_C:.c=.o))
7878

7979
# Add the linker script
8080
LINKER_SCRIPT = bootmgr/bootmgr.lds

0 commit comments

Comments
 (0)