mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-12-22 12:21:18 +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
|
@$(MAKE) -C lp0fw all
|
||||||
|
|
||||||
check_rebootstub:
|
check_rebootstub:
|
||||||
@$(MAKE) -C lp0fw all
|
@$(MAKE) -C rebootstub all
|
||||||
|
|
||||||
$(BUILD): check_sc7fw check_lp0fw check_rebootstub
|
$(BUILD): check_sc7fw check_lp0fw check_rebootstub
|
||||||
@[ -d $@ ] || mkdir -p $@
|
@[ -d $@ ] || mkdir -p $@
|
||||||
|
|
Loading…
Reference in a new issue