Add makefile dependencies for recovery: need bootrom & os

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

View file

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