mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Add makefile dependencies for recovery: need bootrom & os
This commit is contained in:
parent
1b246cd380
commit
9fca642e10
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -52,7 +52,7 @@ armsrc/%: FORCE
|
||||||
$(MAKE) -C armsrc $(patsubst armsrc/%,%,$@)
|
$(MAKE) -C armsrc $(patsubst armsrc/%,%,$@)
|
||||||
client/%: FORCE
|
client/%: FORCE
|
||||||
$(MAKE) -C client $(patsubst client/%,%,$@)
|
$(MAKE) -C client $(patsubst client/%,%,$@)
|
||||||
recovery/%: FORCE
|
recovery/%: FORCE bootrom/% armsrc/%
|
||||||
$(MAKE) -C recovery $(patsubst recovery/%,%,$@)
|
$(MAKE) -C recovery $(patsubst recovery/%,%,$@)
|
||||||
FORCE: # Dummy target to force remake in the subdirectories, even if files exist (this Makefile doesn't know about the prerequisites)
|
FORCE: # Dummy target to force remake in the subdirectories, even if files exist (this Makefile doesn't know about the prerequisites)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue