Move more os files to it's directory

This commit is contained in:
Ryan Myers
2021-09-24 15:29:49 -04:00
parent 6ed7d8866a
commit 1f32d978af
4 changed files with 1 additions and 3 deletions
-2
View File
@@ -261,8 +261,6 @@ $(BUILD_DIR)/lib/src/os/%.o: OPT_FLAGS := -O1
$(BUILD_DIR)/lib/src/os/osViMgr.o: OPT_FLAGS := -O2
$(BUILD_DIR)/lib/src/os/osCreatePiManager.o: OPT_FLAGS := -O2
$(BUILD_DIR)/lib/src/printf.o : OPT_FLAGS := -O3
$(BUILD_DIR)/lib/src/unknown_0D29F0.o: OPT_FLAGS := -O1
$(BUILD_DIR)/lib/src/unknown_0D3360.o: OPT_FLAGS := -O1
$(BUILD_DIR)/lib/src/al/unknown_0C9C90.o: OPT_FLAGS := -O2 -Wo,-loopunroll,0
#$(BUILD_DIR)/lib/src/libc/llcvt.o: OPT_FLAGS :=
#$(BUILD_DIR)/lib/src/libc/llcvt.o: MIPSISET := -mips3 32
@@ -4,7 +4,7 @@
#include "types.h"
#include "macros.h"
#include "libultra_internal.h"
#include "os/osVirtualToPhysical.h"
#include "osVirtualToPhysical.h"
typedef struct
{