From 27a984927bea8f7f858d26b264ea7b61be377c20 Mon Sep 17 00:00:00 2001 From: Ryan Myers Date: Thu, 23 Sep 2021 20:45:08 -0400 Subject: [PATCH] Move os files to the correct folder --- Makefile | 1 - lib/src/{ => os}/osAiGetLength.c | 0 lib/src/{unknown_0CDE90.c => os/osPfsIsPlug.c} | 0 3 files changed, 1 deletion(-) rename lib/src/{ => os}/osAiGetLength.c (100%) rename lib/src/{unknown_0CDE90.c => os/osPfsIsPlug.c} (100%) diff --git a/Makefile b/Makefile index 797d2cff..e786b458 100755 --- a/Makefile +++ b/Makefile @@ -263,7 +263,6 @@ $(BUILD_DIR)/lib/src/os/osCreatePiManager.o: OPT_FLAGS := -O2 $(BUILD_DIR)/lib/src/printf.o : OPT_FLAGS := -O3 $(BUILD_DIR)/lib/src/unknown_0C91A0.o : OPT_FLAGS := -O1 $(BUILD_DIR)/lib/src/unknown_0D29F0.o: OPT_FLAGS := -O1 -$(BUILD_DIR)/lib/src/unknown_0CDE90.o: OPT_FLAGS := -O1 $(BUILD_DIR)/lib/src/unknown_0D3160.o: OPT_FLAGS := -O1 $(BUILD_DIR)/lib/src/unknown_0D3360.o: OPT_FLAGS := -O1 $(BUILD_DIR)/lib/src/unknown_0D5EC0.o: OPT_FLAGS := -O1 diff --git a/lib/src/osAiGetLength.c b/lib/src/os/osAiGetLength.c similarity index 100% rename from lib/src/osAiGetLength.c rename to lib/src/os/osAiGetLength.c diff --git a/lib/src/unknown_0CDE90.c b/lib/src/os/osPfsIsPlug.c similarity index 100% rename from lib/src/unknown_0CDE90.c rename to lib/src/os/osPfsIsPlug.c