fixed up the makefile and the symbol references in fbinit.c

This commit is contained in:
2019-12-06 20:51:41 -07:00
parent 374f1d78eb
commit 6538ddeb53
3 changed files with 6 additions and 5 deletions

View File

@@ -8,10 +8,10 @@ upiwin: $(OBJS)
gcc -c $(CFLAGS) $<
splash.o: splash.bin
ld -r -b binary --rename-section .data=.rodata,alloc,load,readonly,data,contents -o splash.o splash.bin
objcopy -I binary -O elf32-littlearm -B arm --rename-section .data=.rodata,alloc,load,readonly,data,contents splash.bin splash.o
splash.bin: splash.png ../buildutils/mksplash
../buildutils/mksplash splash.png splash.bin
clean:
rm -f upiwin *.o *~
rm -f upiwin *.o splash.bin *~