fixed up the makefile and the symbol references in fbinit.c
This commit is contained in:
@@ -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 *~
|
||||
|
||||
Reference in New Issue
Block a user