t-kernel team mailing list archive
-
t-kernel team
-
Mailing list archive
-
Message #00086
[PATCH] monitor: fix compile error.
From: Du Huanpeng <u74147@xxxxxxxxx>
Signed-off-by: Du Huanpeng <u74147@xxxxxxxxx>
---
tkernel_source/monitor/hwdepend/arm/include/asm/cpudep.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tkernel_source/monitor/hwdepend/arm/include/asm/cpudep.h b/tkernel_source/monitor/hwdepend/arm/include/asm/cpudep.h
index 5873ba2..b166f7e 100644
--- a/tkernel_source/monitor/hwdepend/arm/include/asm/cpudep.h
+++ b/tkernel_source/monitor/hwdepend/arm/include/asm/cpudep.h
@@ -19,9 +19,9 @@
*/
#include <tk/sysdef.h>
-#include "cpudepend.h"
#ifndef _in_asm_source_
+#include "cpudepend.h"
IMPORT W bootFlag; /* boot flag */
--
1.9.1