mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 17:41:33 +11:00
Merge pull request #282 from gwilymk/move-crt0-to-src
Move crt0.s and interrupt_handler.s to src
This commit is contained in:
commit
ca13cae830
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue