From 0e4c3007453df7787c25c9bc4d63d0858c658cdb Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Thu, 24 Jan 2019 09:18:18 -0800 Subject: [PATCH] exo: fix rebootstub makefile --- exosphere/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exosphere/Makefile b/exosphere/Makefile index 727e71791..4603f7e4a 100644 --- a/exosphere/Makefile +++ b/exosphere/Makefile @@ -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 $@