annotate kernel/recipe.yaml @ 342:86b02c98a717 devel

Moved target directory
author Windel Bouwman
date Sat, 01 Mar 2014 15:40:31 +0100
parents 4d204f6f7d4e
children
rev   line source
330
a79ac866732f Added kernel recipe
Windel Bouwman
parents:
diff changeset
1
a79ac866732f Added kernel recipe
Windel Bouwman
parents:
diff changeset
2 link:
a79ac866732f Added kernel recipe
Windel Bouwman
parents:
diff changeset
3 inputs:
334
6f4753202b9a Added more recipes
Windel Bouwman
parents: 330
diff changeset
4 - assemble:
340
c7cc54c0dfdf Test featurebranch
Windel Bouwman
parents: 336
diff changeset
5 source: startup_a9.asm
341
4d204f6f7d4e Rewrite of assembler parts
Windel Bouwman
parents: 340
diff changeset
6 machine: thumb
334
6f4753202b9a Added more recipes
Windel Bouwman
parents: 330
diff changeset
7 - compile:
330
a79ac866732f Added kernel recipe
Windel Bouwman
parents:
diff changeset
8 sources: [memory.c3, kernel.c3, syscall.c3, process.c3, schedule.c3, arch_arm.c3]
a79ac866732f Added kernel recipe
Windel Bouwman
parents:
diff changeset
9 includes: []
341
4d204f6f7d4e Rewrite of assembler parts
Windel Bouwman
parents: 340
diff changeset
10 machine: thumb
330
a79ac866732f Added kernel recipe
Windel Bouwman
parents:
diff changeset
11 output: kernel.elf2
336
d1ecc493384e Added spiffy armtoken class for bit fiddeling. Added cool test that checks for build repeatability
Windel Bouwman
parents: 334
diff changeset
12 layout:
340
c7cc54c0dfdf Test featurebranch
Windel Bouwman
parents: 336
diff changeset
13 code: 0x10000
336
d1ecc493384e Added spiffy armtoken class for bit fiddeling. Added cool test that checks for build repeatability
Windel Bouwman
parents: 334
diff changeset
14 data: 0x20000000
d1ecc493384e Added spiffy armtoken class for bit fiddeling. Added cool test that checks for build repeatability
Windel Bouwman
parents: 334
diff changeset
15 output: kernel.bin
330
a79ac866732f Added kernel recipe
Windel Bouwman
parents:
diff changeset
16