Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ACPS (E-24)
P
public
ahoi
firmware
Commits
6daedefc
Commit
6daedefc
authored
Nov 11, 2021
by
Bernd-Christian Renner
Browse files
added md5sum output to make
parent
9f2451a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
src/hal/mcu/stm32f4/make/Makefile
src/hal/mcu/stm32f4/make/Makefile
+7
-1
No files found.
src/hal/mcu/stm32f4/make/Makefile
View file @
6daedefc
...
...
@@ -159,7 +159,7 @@ clean-dirs += $(call reverse,$(sort $(wildcard $(dir $(obj-files)))))
# default
.PHONY
:
all
all
:
$(BUILD_DIR)/$(TARGET) $(BUILD_DIR)/$(PROJECT).lss $(BUILD_DIR)/$(PROJECT).sym $(BUILD_DIR)/$(PROJECT).hex $(BUILD_DIR)/$(PROJECT).bin
all
:
$(BUILD_DIR)/$(TARGET) $(BUILD_DIR)/$(PROJECT).lss $(BUILD_DIR)/$(PROJECT).sym $(BUILD_DIR)/$(PROJECT).hex $(BUILD_DIR)/$(PROJECT).bin
stat
# clean up
.PHONY
:
clean
...
...
@@ -215,7 +215,13 @@ $(BUILD_DIR)/$(TARGET): $(PRJ_PATH)/$(LINKER_SCRIPT) $(MAKEFILE_PATH) $(MAKEFILE
%.bin
:
$(BUILD_DIR)/$(TARGET)
@
echo
$(MSG_BINARY_IMAGE)
$(Q)$(OBJCOPY)
-O
binary
$<
$@
stat
:
@
echo
"
\n
build version:
${FIRMWARE_VERSION_STRING}
"
@
echo
".bin md5sum:
$$
(md5sum
$(BUILD_DIR)
/
$(PROJECT)
.bin)"
@
echo
".hex md5sum:
$$
(md5sum
$(BUILD_DIR)
/
$(PROJECT)
.hex)"
.PHONY
:
program
program
:
@
echo
$(MSG_PROGRAMMING)
...
...
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