-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge Rules.make files and speed up compilation
Some iop modules would always be rebuilt (like cdvdman* and mcemu*). Slowing down compilation times.
- Loading branch information
1 parent
842bef8
commit 2c43035
Showing
6 changed files
with
24 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,4 +78,4 @@ OBJ_DIR: | |
mkdir -p $(IOP_OBJS_DIR) | ||
|
||
include $(PS2SDK)/Defs.make | ||
include Rules.make | ||
include ../../Rules.make |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,4 +57,4 @@ OBJ_DIR: | |
mkdir -p $(IOP_OBJS_DIR) | ||
|
||
include $(PS2SDK)/Defs.make | ||
include Rules.make | ||
include ../Rules.make |
Oops, something went wrong.