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