mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-13 23:46:40 +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 $(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