try makefile another way

This commit is contained in:
Amy Bowersox 2019-12-11 13:22:39 -07:00
parent 62204682af
commit 1b4cbfae63
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ upiwin: $(OBJS)
.c.o:
gcc -c $(CFLAGS) $<
.bin.o:
%.o: %.bin
objcopy -I binary -O elf32-littlearm -B arm --rename-section \
.data=.rodata,alloc,load,readonly,data,contents $< $@