From b9e88d3206331fe5f1c931789b3f2d443af6c2cd Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Mon, 10 Oct 2022 01:49:30 -0700 Subject: [PATCH] Update obj_files.mk --- obj_files.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/obj_files.mk b/obj_files.mk index 2477b3d8..d13d9045 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -718,12 +718,12 @@ VI_FILES :=\ MSL_PPCEABI_BARE_H :=\ $(BUILD_DIR)/src/Runtime/__mem.o\ $(BUILD_DIR)/asm/Runtime/__va_arg.o\ - $(BUILD_DIR)/asm/Runtime/global_destructor_chain.o\ - $(BUILD_DIR)/asm/Runtime/CPlusLibPPC.o\ + $(BUILD_DIR)/src/Runtime/global_destructor_chain.o\ + $(BUILD_DIR)/src/Runtime/CPlusLibPPC.o\ $(BUILD_DIR)/asm/Runtime/NMWException.o\ $(BUILD_DIR)/asm/Runtime/ptmf.o\ $(BUILD_DIR)/asm/Runtime/runtime.o\ - $(BUILD_DIR)/asm/Runtime/__init_cpp_exceptions.o\ + $(BUILD_DIR)/src/Runtime/__init_cpp_exceptions.o\ $(BUILD_DIR)/asm/Runtime/Gecko_ExceptionPPC.o\ $(BUILD_DIR)/src/Runtime/abort_exit.o\ $(BUILD_DIR)/asm/Runtime/alloc.o\