summaryrefslogtreecommitdiff
path: root/obj_files.mk
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-02-08 19:45:25 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-02-08 19:45:25 -0400
commit7925118e5715aa545fe3d9bf0ae2cd924c84b7c4 (patch)
tree7ea721ff4735d83f848e0bba6cf335e9ba63994d /obj_files.mk
parent64cc4930531375080e0b92c01fcc1c2432d3aa1d (diff)
runtime: Add `GCN_mem_alloc.c`
Diffstat (limited to 'obj_files.mk')
-rw-r--r--obj_files.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/obj_files.mk b/obj_files.mk
index 085c6ed..baea650 100644
--- a/obj_files.mk
+++ b/obj_files.mk
@@ -10,6 +10,7 @@ O_FILES := $(BUILD_DIR)/src/main.o \
$(BUILD_DIR)/src/Runtime/runtime.o \
$(BUILD_DIR)/src/Runtime/__init_cpp_exceptions.o \
$(BUILD_DIR)/asm/Runtime/ExceptionPPC.o \
+ $(BUILD_DIR)/src/Runtime/GCN_mem_alloc.o \
$(BUILD_DIR)/src/Dolphin/os/__start.o \
$(BUILD_DIR)/src/Dolphin/os/__ppc_eabi_init.o \
$(BUILD_DIR)/src/Dolphin/PPCArch.o \