PREFIX = arm-eabi-
CC = $(PREFIX)gcc

all:
	$(CC)  -x assembler-with-cpp -marm -c ds_debug_arm9_crt0.s -o ds_debug_arm9_crt0.o
