From 1b4cbfae633a4750fc841eee04fe7e2abcd77449 Mon Sep 17 00:00:00 2001 From: Amy Bowersox Date: Wed, 11 Dec 2019 13:22:39 -0700 Subject: [PATCH] try makefile another way --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 0f77f94..99774fa 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 $< $@