mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-30 15:52:15 +00:00
Merge pull request #306 from misson20000/stratosphere-makefile-kips-modules
stratosphere/Makefile: change KIPS to MODULES
This commit is contained in:
commit
ad3be84ac4
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