summaryrefslogtreecommitdiff
path: root/obj_files.mk
blob: 467731288ad061d2e5154853dc8a2074bad427b1 (plain)
1
2
3
4
5
6
7
8
9
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/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