diff kernel/thumb.yaml @ 353:b8ad45b3a573

Started with strings
author Windel Bouwman
date Sun, 09 Mar 2014 18:49:10 +0100
parents 899ae3aea803
children c2ddc8a36f5e
line wrap: on
line diff
--- a/kernel/thumb.yaml	Sun Mar 09 11:55:55 2014 +0100
+++ b/kernel/thumb.yaml	Sun Mar 09 18:49:10 2014 +0100
@@ -5,13 +5,13 @@
        source: startup_m3.asm
        machine: thumb
     - compile:
-       sources: [kernel.c3, syscall.c3, schedule.c3, arch_arm.c3]
+       sources: [kernel.c3, syscall.c3, schedule.c3, 'arch/cortexm3.c3']
        includes: [memory.c3, process.c3]
        machine: thumb
        output: kernel.elf2
     - compile:
        sources: [memory.c3, process.c3]
-       includes: [kernel.c3, syscall.c3, schedule.c3, arch_arm.c3]
+       includes: [kernel.c3, syscall.c3, schedule.c3, 'arch/cortexm3.c3']
        machine: thumb
        output: kernel.elf2
   layout: