From 1f32d978af368c107450de8620a8af2489b736bc Mon Sep 17 00:00:00 2001 From: Ryan Myers Date: Fri, 24 Sep 2021 15:29:49 -0400 Subject: [PATCH] Move more os files to it's directory --- Makefile | 2 -- lib/src/{ => os}/unknown_0CE370.c | 0 lib/src/{ => os}/unknown_0D29F0.c | 2 +- lib/src/{ => os}/unknown_0D3360.c | 0 4 files changed, 1 insertion(+), 3 deletions(-) rename lib/src/{ => os}/unknown_0CE370.c (100%) rename lib/src/{ => os}/unknown_0D29F0.c (98%) rename lib/src/{ => os}/unknown_0D3360.c (100%) diff --git a/Makefile b/Makefile index 2e2c281e..b8fa4864 100755 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/lib/src/unknown_0CE370.c b/lib/src/os/unknown_0CE370.c similarity index 100% rename from lib/src/unknown_0CE370.c rename to lib/src/os/unknown_0CE370.c diff --git a/lib/src/unknown_0D29F0.c b/lib/src/os/unknown_0D29F0.c similarity index 98% rename from lib/src/unknown_0D29F0.c rename to lib/src/os/unknown_0D29F0.c index 3beba182..66e3f434 100644 --- a/lib/src/unknown_0D29F0.c +++ b/lib/src/os/unknown_0D29F0.c @@ -4,7 +4,7 @@ #include "types.h" #include "macros.h" #include "libultra_internal.h" -#include "os/osVirtualToPhysical.h" +#include "osVirtualToPhysical.h" typedef struct { diff --git a/lib/src/unknown_0D3360.c b/lib/src/os/unknown_0D3360.c similarity index 100% rename from lib/src/unknown_0D3360.c rename to lib/src/os/unknown_0D3360.c