Move crt0.s and interrupt_handler.s to src

This commit is contained in:
Gwilym Kuiper 2022-08-04 20:08:18 +01:00
parent 2e97fb2b24
commit 73cec55e05
3 changed files with 2 additions and 2 deletions

View file

@ -2,8 +2,8 @@ use std::path;
fn main() {
let asm = &[
"crt0.s",
"interrupt_handler.s",
"src/crt0.s",
"src/interrupt_handler.s",
"src/sound/mixer/mixer.s",
"src/agbabi/memset.s",
"src/agbabi/memcpy.s",