t-kernel team mailing list archive
-
t-kernel team
-
Mailing list archive
-
Message #00006
[PATCH] compile: add include cmdsvc/ (remove it later)
From: Du Huanpeng <u74147@xxxxxxxxx>
cmdsvc.h must place to some where properly.
Signed-off-by: Du Huanpeng <u74147@xxxxxxxxx>
---
tkernel_source/monitor/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tkernel_source/monitor/Makefile b/tkernel_source/monitor/Makefile
index 36fa2e4..7ea4bc0 100644
--- a/tkernel_source/monitor/Makefile
+++ b/tkernel_source/monitor/Makefile
@@ -9,7 +9,8 @@ INCLUDE = \
-Ihwdepend/arm/include \
-Iinclude \
-Ihwdepend/arm/mach-em1d \
- -I../include
+ -I../include \
+ -Icmdsvc
CFLAGS := -O2 -mcpu=arm1176jzf-s -msoft-float -mfpu=vfp -mthumb-interwork -mstructure-size-boundary=8 -ffreestanding -Wno-pointer-sign -D_TEF_EM1D_
@@ -26,4 +27,3 @@ tmonitor: $(OBJ)
arm-none-eabi-objcopy -O binary $@ tm.bin
clean:
rm -f $(OBJ) tmonitor tm.S tm.bin
- cp cmdsvc/cmdsvc.h cmdsvc.h
--
1.9.1
References