mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-26 00:56:38 +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
3 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ use std::path;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let asm = &[
|
let asm = &[
|
||||||
"crt0.s",
|
"src/crt0.s",
|
||||||
"interrupt_handler.s",
|
"src/interrupt_handler.s",
|
||||||
"src/sound/mixer/mixer.s",
|
"src/sound/mixer/mixer.s",
|
||||||
"src/agbabi/memset.s",
|
"src/agbabi/memset.s",
|
||||||
"src/agbabi/memcpy.s",
|
"src/agbabi/memcpy.s",
|
||||||
|
|
Loading…
Add table
Reference in a new issue