Mercurial > lcfOS
diff kernel/build.xml @ 410:6aa9743ed362 tip
Reflect change in c3 public modifier
author | Windel Bouwman |
---|---|
date | Mon, 23 Feb 2015 21:06:04 +0100 |
parents | ad6be5454067 |
children |
line wrap: on
line diff
--- a/kernel/build.xml Sat Feb 21 12:17:47 2015 +0100 +++ b/kernel/build.xml Mon Feb 23 21:06:04 2015 +0100 @@ -1,5 +1,6 @@ <project name="lcfos-kernel" default="vexpress"> + <import name="ppci.buildtasks" /> <property name="src" value="src" /> <property name="arch" value="arm" /> @@ -10,7 +11,9 @@ target="arm" output="obj/start.o" /> <compile target="arm" sources='*.c3;arch/qemu_vexpress/vexpressA9.c3' - output="obj/kernel.o" /> + output="obj/kernel.o" + listing="kernel.lst" + /> <link output="obj/kernel.elf" target="arm"