Mercurial > lcfOS
annotate user/recipe.yaml @ 331:a78b41ff6ad2
Added better recipe files
author | Windel Bouwman |
---|---|
date | Fri, 07 Feb 2014 12:39:59 +0100 |
parents | |
children | 6f4753202b9a |
rev | line source |
---|---|
331 | 1 |
2 apps: | |
3 - compile: | |
4 sources: [lib.c3, ipc.c3, hello.c3] | |
5 includes: [] | |
6 machine: arm | |
7 output: kernel.elf2 | |
8 | |
9 - compile: | |
10 sources: [lib.c3, ipc.c3, screen.c3] | |
11 includes: [] | |
12 machine: arm | |
13 output: kernel.elf2 | |
14 | |
15 - compile: | |
16 sources: [lib.c3, ipc.c3, console.c3] | |
17 includes: [] | |
18 machine: arm | |
19 output: kernel.elf2 |