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
b0f23786
Commit
b0f23786
authored
Jan 04, 2017
by
Paul Sokolovsky
Browse files
esp8266/Makefile: Put firmware-ota.bin in build/, for consistency.
parent
52c19875
Changes
1
Hide whitespace changes
Inline
Side-by-side
esp8266/Makefile
View file @
b0f23786
...
@@ -203,7 +203,7 @@ $(BUILD)/firmware.elf: $(OBJ)
...
@@ -203,7 +203,7 @@ $(BUILD)/firmware.elf: $(OBJ)
ota
:
ota
:
rm
-f
$(BUILD)
/firmware.elf
$(BUILD)
/firmware.elf
*
.bin
rm
-f
$(BUILD)
/firmware.elf
$(BUILD)
/firmware.elf
*
.bin
$(MAKE)
LDSCRIPT
=
esp8266_ota.ld
FWBIN
=
firmware-ota.bin
$(MAKE)
LDSCRIPT
=
esp8266_ota.ld
FWBIN
=
$(BUILD)
/
firmware-ota.bin
#MAKE_PINS = boards/make-pins.py
#MAKE_PINS = boards/make-pins.py
#BOARD_PINS = boards/$(BOARD)/pins.csv
#BOARD_PINS = boards/$(BOARD)/pins.csv
...
...
Write
Preview
Markdown
is supported
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