mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-02 21:54:10 +08: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/%,%,$@)
|
||||
client/%: FORCE
|
||||
$(MAKE) -C client $(patsubst client/%,%,$@)
|
||||
recovery/%: FORCE
|
||||
recovery/%: FORCE bootrom/% armsrc/%
|
||||
$(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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue