Mercurial > lcfOS
view build.xml @ 408:ad6be5454067
Added image build task
author | Windel Bouwman |
---|---|
date | Sat, 21 Feb 2015 12:17:47 +0100 |
parents | 1613c9d479bf |
children |
line wrap: on
line source
<project name="lcfos" default="image"> <import name="ppci.buildtasks" /> <import name="customtasks" /> <target name="image"> <build file="user/build.xml" /> <build file="kernel/build.xml" /> <mkimage /> </target> </project>