Mercurial > lcfOS
annotate user/recipe.yaml @ 334:6f4753202b9a
Added more recipes
author | Windel Bouwman |
---|---|
date | Thu, 13 Feb 2014 22:02:08 +0100 |
parents | a78b41ff6ad2 |
children | d1ecc493384e |
rev | line source |
---|---|
331 | 1 |
2 apps: | |
334 | 3 - link: |
4 inputs: | |
5 - compile: | |
6 sources: [lib.c3, ipc.c3, hello.c3] | |
7 includes: [] | |
8 machine: arm | |
9 output: kernel.elf2 | |
331 | 10 |
334 | 11 - link: |
12 inputs: | |
13 - compile: | |
14 sources: [lib.c3, ipc.c3, screen.c3] | |
15 includes: [] | |
16 machine: arm | |
17 output: kernel.elf2 | |
331 | 18 |
334 | 19 - link: |
20 inputs: | |
21 - compile: | |
22 sources: [lib.c3, ipc.c3, console.c3] | |
23 includes: [] | |
24 machine: arm | |
25 output: kernel.elf2 |