summaryrefslogtreecommitdiff
path: root/obj_files.mk
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-02-02 11:30:25 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-02-02 11:30:25 -0400
commit55487832c614edb61ebf22d0c153944ba864feaa (patch)
tree335e05d8c9a4ab4b4154b26bdd078ef66ccb7254 /obj_files.mk
parentac1bd37d19f946142d03992a35b4d5d353e003ff (diff)
sdk: Add `mtx`
We're slowly getting there.
Diffstat (limited to 'obj_files.mk')
-rw-r--r--obj_files.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/obj_files.mk b/obj_files.mk
index 99022d0..24a0fb6 100644
--- a/obj_files.mk
+++ b/obj_files.mk
@@ -30,4 +30,8 @@ O_FILES := $(BUILD_DIR)/src/main.o \
$(BUILD_DIR)/src/Dolphin/os/OSSync.o \
$(BUILD_DIR)/src/Dolphin/os/OSThread.o \
$(BUILD_DIR)/src/Dolphin/os/OSTime.o \
- $(BUILD_DIR)/src/Dolphin/os/__ppc_eabi_init.o
+ $(BUILD_DIR)/src/Dolphin/os/__ppc_eabi_init.o \
+ $(BUILD_DIR)/src/Dolphin/mtx/mtx.o \
+ $(BUILD_DIR)/src/Dolphin/mtx/mtxvec.o \
+ $(BUILD_DIR)/src/Dolphin/mtx/mtx44.o \
+ $(BUILD_DIR)/src/Dolphin/mtx/vec.o