1
0
mirror of git://projects.qi-hardware.com/iris.git synced 2025-04-21 12:27:27 +03:00
This commit is contained in:
Bas Wijnen
2009-06-22 16:13:00 +02:00
parent ef229121ed
commit 40a9a29c2d
5 changed files with 21 additions and 17 deletions

View File

@@ -35,7 +35,7 @@ uimage:
mips/entry.o: $(boot_threads)
mips/init.o: TARGET_FLAGS = -I/usr/include
$(boot_threads): TARGET_FLAGS = -I.
$(boot_threads): boot-programs/jz4730.hh
$(boot_threads): boot-programs/jz4730.hh boot-programs/devices.hh
# Transform ':' into ';' so vim doesn't think there are errors.
uimage: kernel.raw.gz Makefile mips/Makefile.arch

View File

@@ -222,8 +222,8 @@ save_regs:
.globl thread2
.balign 0x1000
thread0:
.incbin "keyboard"
.incbin "lcd"
.balign 0x1000
thread1:
.incbin "lcd"
.incbin "keyboard"
thread2: