view user/recipe.yaml @ 335:582a1aaa3983

Added long branch format
author Windel Bouwman
date Mon, 17 Feb 2014 20:41:30 +0100
parents 6f4753202b9a
children d1ecc493384e
line wrap: on
line source


apps:
 - link:
    inputs:
     - compile:
        sources: [lib.c3, ipc.c3, hello.c3]
        includes: []
        machine: arm
        output: kernel.elf2

 - link:
    inputs:
        - compile:
           sources: [lib.c3, ipc.c3, screen.c3]
           includes: []
           machine: arm
           output: kernel.elf2

 - link:
    inputs:
      - compile:
         sources: [lib.c3, ipc.c3, console.c3]
         includes: []
         machine: arm
         output: kernel.elf2