Mercurial > lcfOS
changeset 378:83b462f14e67
Small fix
author | Windel Bouwman |
---|---|
date | Fri, 11 Apr 2014 15:50:20 +0200 |
parents | 9667d78ba79e |
children | 78c27013f02e |
files | kernel/build.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/kernel/build.xml Fri Apr 11 15:47:50 2014 +0200 +++ b/kernel/build.xml Fri Apr 11 15:50:20 2014 +0200 @@ -8,7 +8,7 @@ <assemble source="startup_a9.asm" target="arm" output="start.o" /> <compile target="arm" sources='arch/vexpressA9.c3' includes="${src}/*.c3" output="vexp.o" /> <compile target="arm" sources='${src}/*.c3' output="henkie.o" /> - <link output="kernel_a2.bin" layout="arch/vexpressA9.mmap" objects="start.o;henkie.o;vexp.o" /> + <link output="kernel_arm.bin" layout="arch/vexpressA9.mmap" objects="start.o;henkie.o;vexp.o" /> </target> </project>