mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-09 22:56:35 +00:00
exo: fix rebootstub makefile
This commit is contained in:
parent
f99dea798a
commit
0e4c300745
1 changed files with 1 additions and 1 deletions
|
@ -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 $@
|
||||
|
|
Loading…
Reference in a new issue