libnx/crt0/Makefile
socraticbliss 758be25311 Update Makefile to compile
By adding the above I was able to compile without issues...
2017-09-18 17:17:14 -05:00

9 lines
204 B
Makefile

switch_crt0.o: *.s
$(DEVKITA64)/bin/aarch64-none-elf-gcc -march=armv8-a -x assembler-with-cpp -c $^ -o $@
install: switch_crt0.o
cp $^ $(DEVKITA64)/aarch64-none-elf/lib/$^
clean:
rm -f switch_crt0.o