forked from Imagelibrary/rtems
Fixed include file paths.
This commit is contained in:
@@ -31,9 +31,9 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
|
|||||||
** idt_csu.S -- IDT stand alone startup code
|
** idt_csu.S -- IDT stand alone startup code
|
||||||
**
|
**
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
#include <rtems/score/iregdef.h>
|
#include <iregdef.h>
|
||||||
#include <rtems/score/idtcpu.h>
|
#include <idtcpu.h>
|
||||||
#include <rtems/score/idtmon.h>
|
#include <idtmon.h>
|
||||||
|
|
||||||
|
|
||||||
.extern _fbss,4 /* this is defined by the linker */
|
.extern _fbss,4 /* this is defined by the linker */
|
||||||
|
|||||||
@@ -31,9 +31,9 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
|
|||||||
** idt_csu.S -- IDT stand alone startup code
|
** idt_csu.S -- IDT stand alone startup code
|
||||||
**
|
**
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
#include <rtems/score/iregdef.h>
|
#include <iregdef.h>
|
||||||
#include <rtems/score/idtcpu.h>
|
#include <idtcpu.h>
|
||||||
#include <rtems/score/idtmon.h>
|
#include <idtmon.h>
|
||||||
|
|
||||||
|
|
||||||
.extern _fbss,4 /* this is defined by the linker */
|
.extern _fbss,4 /* this is defined by the linker */
|
||||||
|
|||||||
@@ -31,9 +31,9 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
|
|||||||
** idt_csu.S -- IDT stand alone startup code
|
** idt_csu.S -- IDT stand alone startup code
|
||||||
**
|
**
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
#include <rtems/score/iregdef.h>
|
#include <iregdef.h>
|
||||||
#include <rtems/score/idtcpu.h>
|
#include <idtcpu.h>
|
||||||
#include <rtems/score/idtmon.h>
|
#include <idtmon.h>
|
||||||
|
|
||||||
|
|
||||||
.extern _fbss,4 /* this is defined by the linker */
|
.extern _fbss,4 /* this is defined by the linker */
|
||||||
|
|||||||
Reference in New Issue
Block a user