libstratosphere: use from /atmosphere/libraries
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
MODULES := loader pm sm boot ams_mitm spl eclct.stub ro creport fatal dmnt boot2
|
||||
|
||||
SUBFOLDERS := libstratosphere $(MODULES)
|
||||
SUBFOLDERS := $(MODULES)
|
||||
|
||||
TOPTARGETS := all clean
|
||||
|
||||
@@ -9,6 +9,4 @@ $(TOPTARGETS): $(SUBFOLDERS)
|
||||
$(SUBFOLDERS):
|
||||
$(MAKE) -C $@ $(MAKECMDGOALS)
|
||||
|
||||
$(MODULES): libstratosphere
|
||||
|
||||
.PHONY: $(TOPTARGETS) $(SUBFOLDERS)
|
||||
|
||||
Reference in New Issue
Block a user