From 96140b0d163d18c0158f29b2063307efad918e18 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Mon, 30 Jan 2023 11:25:36 -0400 Subject: Global: Add necessary files to test linking --- obj_files.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'obj_files.mk') diff --git a/obj_files.mk b/obj_files.mk index 2e65fa0..4677312 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -2,5 +2,8 @@ O_FILES := $(BUILD_DIR)/src/main.o \ $(BUILD_DIR)/src/pso/TMainTask.o \ $(BUILD_DIR)/src/pso/TObject.o \ $(BUILD_DIR)/src/Runtime/global_destructor_chain.o \ + $(BUILD_DIR)/src/Runtime/Gecko_ExceptionPPC.o \ + $(BUILD_DIR)/src/Runtime/__init_cpp_exceptions.o \ + $(BUILD_DIR)/src/Runtime/abort_exit.o \ $(BUILD_DIR)/src/Dolphin/os/__start.o \ $(BUILD_DIR)/src/Dolphin/os/__ppc_eabi_init.o -- cgit v1.2.3-13-gbd6f