Fix make dist on non-pc.
This commit is contained in:
parent
b8578da640
commit
cc28411296
5 changed files with 12 additions and 9 deletions
|
@ -119,7 +119,7 @@ LOCAL (codestart):
|
|||
|
||||
#include "../../../kern/i386/realmode.S"
|
||||
|
||||
#include <rs_decoder.S>
|
||||
#include <rs_decoder.h>
|
||||
|
||||
.text
|
||||
|
||||
|
|
|
@ -886,7 +886,7 @@ table_cont:
|
|||
b init_end
|
||||
nop
|
||||
init_table:
|
||||
#include "sm712_start.S"
|
||||
#include "sm712_start.h"
|
||||
init_table_end:
|
||||
.align 4
|
||||
init_end:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue