change #include "arm7tdmi.h" to <target/arm7tdmi.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "arm7tdmi.h" the following form should be used. #include <target/arm7tdmi.h> The exception is from .c files in the same directory.__archive__
parent
9e3136a5f8
commit
447f0896dd
|
@ -20,7 +20,7 @@
|
||||||
#ifndef ARM720T_H
|
#ifndef ARM720T_H
|
||||||
#define ARM720T_H
|
#define ARM720T_H
|
||||||
|
|
||||||
#include "arm7tdmi.h"
|
#include <target/arm7tdmi.h>
|
||||||
#include "armv4_5_mmu.h"
|
#include "armv4_5_mmu.h"
|
||||||
|
|
||||||
#define ARM720T_COMMON_MAGIC 0xa720a720
|
#define ARM720T_COMMON_MAGIC 0xa720a720
|
||||||
|
|
Loading…
Reference in New Issue