diff --git a/exosphere/Makefile b/exosphere/Makefile index 727e717..4603f7e 100644 --- a/exosphere/Makefile +++ b/exosphere/Makefile @@ -123,7 +123,7 @@ @$(MAKE) -C lp0fw all check_rebootstub: - @$(MAKE) -C lp0fw all + @$(MAKE) -C rebootstub all $(BUILD): check_sc7fw check_lp0fw check_rebootstub @[ -d $@ ] || mkdir -p $@