diff options
author | YamaArashi <shadow962@live.com> | 2015-10-08 02:03:14 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-10-08 02:03:14 -0700 |
commit | c467da924b652ee137d5fce4bfe76efcadd7d502 (patch) | |
tree | ee12ba69e8e83575c8c198575644685f16167ef6 /asm/crt0.s | |
parent | 57ce369ccf4e896dc8f87727ab36623ce46add19 (diff) |
make includes relative to the base dir
Diffstat (limited to 'asm/crt0.s')
-rw-r--r-- | asm/crt0.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/crt0.s b/asm/crt0.s index f54b87c12..820b31e57 100644 --- a/asm/crt0.s +++ b/asm/crt0.s @@ -1,4 +1,4 @@ - .include "rom_header.s" + .include "asm/rom_header.s" _080000C0: .long 0 |