Skip to content
Snippets Groups Projects
Commit 3e1412a1 authored by Damien George's avatar Damien George
Browse files

stmhal/Makefile: Use GEN_PINS_HDR var instead of writing it explicitly.

parent a8052d34
Branches
No related tags found
No related merge requests found
......@@ -426,7 +426,7 @@ SRC_QSTR_AUTO_DEPS += $(GEN_CDCINF_HEADER)
# any of the objects. The normal dependency generation will deal with the
# case when pins.h is modified. But when it doesn't exist, we don't know
# which source files might need it.
$(OBJ): | $(HEADER_BUILD)/pins.h
$(OBJ): | $(GEN_PINS_HDR)
# With conditional pins, we may need to regenerate qstrdefs.h when config
# options change.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment