4 arm-elf-gcc $(CFLAGS) -c -o $@ $<
7 arm-elf-gcc $(CFLAGS) -c -o $@ $<
9 %.elf: %.o anulib.o script.lds
10 arm-elf-ld -o $@ -T script.lds anulib.o $<
13 arm-elf-objcopy $< -O binary $@
16 dd if=$< of=$@ bs=16384 conv=sync
19 xxd -ps -c 4 $< | sed -e 's/\(..\)\(..\)\(..\)\(..\)/\4\3\2\1/' > $@