Mercurial > lcfOS
diff kernel/build.xml @ 398:c0d9837acde8
x86 target refactor
author | Windel Bouwman |
---|---|
date | Thu, 29 May 2014 12:13:37 +0200 |
parents | 6ae782a085e0 |
children | 0fb6633c42f6 |
line wrap: on
line diff
--- a/kernel/build.xml Thu May 29 10:47:28 2014 +0200 +++ b/kernel/build.xml Thu May 29 12:13:37 2014 +0200 @@ -11,6 +11,9 @@ <assemble source="arch/qemu_vexpress/start.asm" target="arm" output="start.o" /> + <assemble source="ramdisk.asm" + target="arm" output="ramdisk.o" /> + <compile target="arm" sources='arch/qemu_vexpress/vexpressA9.c3' includes="${src}/*.c3" output="vexp.o" /> @@ -23,7 +26,7 @@ <link output="kernel.o" target="arm" layout="arch/qemu_vexpress/layout.mmap" - objects="henkie.o;vexp.o;start.o" /> + objects="henkie.o;vexp.o;start.o;ramdisk.o" /> <objcopy objectfile="kernel.o"