From 55487832c614edb61ebf22d0c153944ba864feaa Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Thu, 2 Feb 2023 11:30:25 -0400 Subject: sdk: Add `mtx` We're slowly getting there. --- obj_files.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'obj_files.mk') 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 -- cgit v1.2.3-13-gbd6f