Merge pull request #282 from gwilymk/move-crt0-to-src

Move crt0.s and interrupt_handler.s to src
This commit is contained in:
Gwilym Kuiper 2022-08-04 20:17:20 +01:00 committed by GitHub
commit ca13cae830
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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",