mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
stratosphere/Makefile: change KIPS to MODULES
This commit is contained in:
parent
34c16e211f
commit
a01d0e94f8
1 changed files with 3 additions and 5 deletions
|
@ -1,8 +1,6 @@
|
|||
KIPS := loader pm sm boot fs_mitm set_mitm creport fatal
|
||||
MODULES := loader pm sm boot fs_mitm set_mitm creport fatal
|
||||
|
||||
#TODO: boot2 ?
|
||||
|
||||
SUBFOLDERS := libstratosphere $(KIPS)
|
||||
SUBFOLDERS := libstratosphere $(MODULES)
|
||||
|
||||
TOPTARGETS := all clean
|
||||
|
||||
|
@ -11,6 +9,6 @@ $(TOPTARGETS): $(SUBFOLDERS)
|
|||
$(SUBFOLDERS):
|
||||
$(MAKE) -C $@ $(MAKECMDGOALS)
|
||||
|
||||
$(KIPS): libstratosphere
|
||||
$(MODULES): libstratosphere
|
||||
|
||||
.PHONY: $(TOPTARGETS) $(SUBFOLDERS)
|
||||
|
|
Loading…
Reference in a new issue