view 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 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>