Mercurial > lcfOS
comparison kernel/build.xml @ 403:1613c9d479bf
Add top level build files
author | Windel Bouwman |
---|---|
date | Thu, 19 Feb 2015 12:17:05 +0100 |
parents | 0fb6633c42f6 |
children | a284749c5729 |
comparison
equal
deleted
inserted
replaced
402:0fb6633c42f6 | 403:1613c9d479bf |
---|---|
4 <property name="src" value="src" /> | 4 <property name="src" value="src" /> |
5 <property name="arch" value="arm" /> | 5 <property name="arch" value="arm" /> |
6 | 6 |
7 | 7 |
8 <target name="vexpress"> | 8 <target name="vexpress"> |
9 <build file="../user/build.xml" /> | |
10 | 9 |
11 <assemble source="arch/qemu_vexpress/start.asm" | 10 <assemble source="arch/qemu_vexpress/start.asm" |
12 target="arm" output="obj/start.o" /> | 11 target="arm" output="obj/start.o" /> |
13 | 12 |
14 <assemble source="ramdisk.asm" | 13 <assemble source="ramdisk.asm" |