Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
96b60ed9
Commit
96b60ed9
authored
Apr 05, 2015
by
Paul Sokolovsky
Browse files
cc3200: Fix typo after previous refactor.
parent
2192824a
Changes
1
Hide whitespace changes
Inline
Side-by-side
cc3200/bootmgr/bootloader.mk
View file @
96b60ed9
...
...
@@ -74,7 +74,7 @@ BOOT_LIB_SRC_C = $(addprefix lib/,\
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)
)
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)
)
OBJ
+=
$(
addprefix
$(BUILD)
/,
$(BOOT_LIB_SRC_C:.c=.o)
OBJ
+=
$(
addprefix
$(BUILD)
/,
$(BOOT_LIB_SRC_C:.c=.o)
)
# Add the linker script
LINKER_SCRIPT
=
bootmgr/bootmgr.lds
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment