Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
micropython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
card10
micropython
Commits
4651c438
Commit
4651c438
authored
Nov 16, 2015
by
Sven Wegener
Committed by
Damien George
Dec 10, 2015
Browse files
Options
Downloads
Patches
Plain Diff
stmhal: add order-only dependency on build directory
Signed-off-by:
Sven Wegener
<
sven.wegener@stealer.net
>
parent
de2a2e29
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
stmhal/Makefile
+3
-3
3 additions, 3 deletions
stmhal/Makefile
with
3 additions
and
3 deletions
stmhal/Makefile
+
3
−
3
View file @
4651c438
...
@@ -336,15 +336,15 @@ CMSIS_MCU_HDR = cmsis/devinc/$(CMSIS_MCU_LOWER).h
...
@@ -336,15 +336,15 @@ CMSIS_MCU_HDR = cmsis/devinc/$(CMSIS_MCU_LOWER).h
$(BUILD)/modstm.o
:
$(GEN_STMCONST_HDR)
$(BUILD)/modstm.o
:
$(GEN_STMCONST_HDR)
# Use a pattern rule here so that make will only call make-stmconst.py once to
# Use a pattern rule here so that make will only call make-stmconst.py once to
# make both modstm_const.h and modstm_qstr.h
# make both modstm_const.h and modstm_qstr.h
$(HEADER_BUILD)/%_const.h $(BUILD)/%_qstr.h
:
$(CMSIS_MCU_HDR) make-stmconst.py
$(HEADER_BUILD)/%_const.h $(BUILD)/%_qstr.h
:
$(CMSIS_MCU_HDR) make-stmconst.py
| $(HEADER_BUILD)
$(
ECHO
)
"Create stmconst
$@
"
$(
ECHO
)
"Create stmconst
$@
"
$(
Q
)$(
PYTHON
)
make-stmconst.py
--qstr
$(
GEN_STMCONST_QSTR
)
$(
CMSIS_MCU_HDR
)
>
$(
GEN_STMCONST_HDR
)
$(
Q
)$(
PYTHON
)
make-stmconst.py
--qstr
$(
GEN_STMCONST_QSTR
)
$(
CMSIS_MCU_HDR
)
>
$(
GEN_STMCONST_HDR
)
$(GEN_CDCINF_HEADER)
:
$(GEN_CDCINF_FILE) $(FILE2H)
$(GEN_CDCINF_HEADER)
:
$(GEN_CDCINF_FILE) $(FILE2H)
| $(HEADER_BUILD)
$(
ECHO
)
"Create
$@
"
$(
ECHO
)
"Create
$@
"
$(
Q
)$(
PYTHON
)
$(
FILE2H
)
$<
>
$@
$(
Q
)$(
PYTHON
)
$(
FILE2H
)
$<
>
$@
$(GEN_CDCINF_FILE)
:
$(CDCINF_TEMPLATE) $(INSERT_USB_IDS) $(USB_IDS_FILE)
$(GEN_CDCINF_FILE)
:
$(CDCINF_TEMPLATE) $(INSERT_USB_IDS) $(USB_IDS_FILE)
| $(HEADER_BUILD)
$(
ECHO
)
"Create
$@
"
$(
ECHO
)
"Create
$@
"
$(
Q
)$(
PYTHON
)
$(
INSERT_USB_IDS
)
$(
USB_IDS_FILE
)
$<
>
$@
$(
Q
)$(
PYTHON
)
$(
INSERT_USB_IDS
)
$(
USB_IDS_FILE
)
$<
>
$@
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment