mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-06 04:01:44 +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 $(MODULES)
|
||||||
|
|
||||||
SUBFOLDERS := libstratosphere $(KIPS)
|
|
||||||
|
|
||||||
TOPTARGETS := all clean
|
TOPTARGETS := all clean
|
||||||
|
|
||||||
|
@ -11,6 +9,6 @@ $(TOPTARGETS): $(SUBFOLDERS)
|
||||||
$(SUBFOLDERS):
|
$(SUBFOLDERS):
|
||||||
$(MAKE) -C $@ $(MAKECMDGOALS)
|
$(MAKE) -C $@ $(MAKECMDGOALS)
|
||||||
|
|
||||||
$(KIPS): libstratosphere
|
$(MODULES): libstratosphere
|
||||||
|
|
||||||
.PHONY: $(TOPTARGETS) $(SUBFOLDERS)
|
.PHONY: $(TOPTARGETS) $(SUBFOLDERS)
|
||||||
|
|
Loading…
Reference in a new issue