Add makefile dependencies for recovery: need bootrom & os

This commit is contained in:
Philippe Teuwen 2019-04-25 01:59:30 +02:00
parent 1b246cd380
commit 9fca642e10

View file

@ -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)