summaryrefslogtreecommitdiff
path: root/obj_files.mk
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-01-30 11:25:36 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-01-30 11:25:36 -0400
commit96140b0d163d18c0158f29b2063307efad918e18 (patch)
treee422c051d5ac7767acd1723ddf136ee67132bb52 /obj_files.mk
parent5c7f3b06b3c04b461c93f8bc03fd7981b041bbd6 (diff)
Global: Add necessary files to test linking
Diffstat (limited to 'obj_files.mk')
-rw-r--r--obj_files.mk3
1 files changed, 3 insertions, 0 deletions
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