exo: fix rebootstub makefile

This commit is contained in:
Michael Scire 2019-01-24 09:18:18 -08:00
parent f99dea798a
commit 0e4c300745

View file

@ -123,7 +123,7 @@ check_lp0fw:
@$(MAKE) -C lp0fw all
check_rebootstub:
@$(MAKE) -C lp0fw all
@$(MAKE) -C rebootstub all
$(BUILD): check_sc7fw check_lp0fw check_rebootstub
@[ -d $@ ] || mkdir -p $@