<修改> 1、调整makefile的mk文件中61850库文件的路径
This commit is contained in:
parent
ce509d8be9
commit
b3201d4dd3
|
|
@ -42,9 +42,9 @@ REL_INC = -I$(ROOT_DIR)/release/inc
|
||||||
|
|
||||||
# 61850库路径
|
# 61850库路径
|
||||||
ifeq ($(CROSS), arm)
|
ifeq ($(CROSS), arm)
|
||||||
LIB_61850 = $(ROOT_DIR)/libiec61850-1.5.3/build-arm
|
LIB_61850 = $(ROOT_DIR)/libiec61850/build-arm
|
||||||
else
|
else
|
||||||
LIB_61850 = $(ROOT_DIR)/libiec61850-1.5.3/build
|
LIB_61850 = $(ROOT_DIR)/libiec61850/build
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# 编译选项
|
# 编译选项
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue