mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
Includes the test_exec.axf in test0 elf file.
Cannot build test_exec.axf yet.
This commit is contained in:
@@ -19,6 +19,6 @@
|
||||
|
||||
Import('environment', 'previousImage')
|
||||
|
||||
program = environment['buildTask']('test0', Glob('*.c') + Glob('src/*.c'), environment, previousImage, ['#tasks/libposix/include/posix'])
|
||||
program = environment['buildTask']('test0', Glob('*.c') + Glob('*.S') + Glob('src/*.c'), environment, previousImage, ['#tasks/libposix/include/posix'])
|
||||
|
||||
Return('program')
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
.section .testexec
|
||||
|
||||
.align 4
|
||||
.incbin "test_exec.axf"
|
||||
.incbin "./tasks/test0/test_exec.axf"
|
||||
.align 4
|
||||
|
||||
Reference in New Issue
Block a user