summaryrefslogtreecommitdiff
path: root/obj_files.mk
blob: 803ad16cb21548f19dc0e23d5c459908f3d34a8c (plain)
1
2
3
4
5
6
7
8
9
10
O_FILES := $(BUILD_DIR)/src/main.o \
	$(BUILD_DIR)/src/pso/TMainTask.o \
	$(BUILD_DIR)/src/pso/TObject.o \
	$(BUILD_DIR)/src/pso/TObject2.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