summaryrefslogtreecommitdiff
path: root/obj_files.mk
diff options
context:
space:
mode:
Diffstat (limited to 'obj_files.mk')
-rw-r--r--obj_files.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/obj_files.mk b/obj_files.mk
new file mode 100644
index 0000000..2e65fa0
--- /dev/null
+++ b/obj_files.mk
@@ -0,0 +1,6 @@
+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/Dolphin/os/__start.o \
+ $(BUILD_DIR)/src/Dolphin/os/__ppc_eabi_init.o