From d32cc36fec7783fa7f5f6af864d1aaa570930ec5 Mon Sep 17 00:00:00 2001 From: zhanglianghy Date: Tue, 18 Jun 2019 09:39:40 +0800 Subject: [PATCH] =?UTF-8?q?Mod=20aaa-12=20A=20=E4=BF=AE=E6=94=B9MakeFile?= =?UTF-8?q?=20RCA=EF=BC=9A=20SOL=EF=BC=9A=20=E4=BF=AE=E6=94=B9=E4=BA=BA?= =?UTF-8?q?=EF=BC=9Azhangliang=20=E6=A3=80=E8=A7=86=E4=BA=BA=EF=BC=9Azhang?= =?UTF-8?q?liang?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Platform/build/user.openrpc.Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/build/user.openrpc.Makefile b/Platform/build/user.openrpc.Makefile index 6658ff0e2..d263aec20 100755 --- a/Platform/build/user.openrpc.Makefile +++ b/Platform/build/user.openrpc.Makefile @@ -34,7 +34,7 @@ PLAT_LINUX_SRCS = $(COMMON_SRCS) PLAT_ARM64_SRCS = $(COMMON_SRCS) # gcc CFLAGS -PLAT_ARM64_CFLAGS := -fPIC -I../../Common -I../common/rpc +PLAT_ARM64_CFLAGS := -fPIC -I../../Common -I../common/rpc -I../common/rpc/hashtable PLAT_LINUX_CFLAGS := $(PLAT_ARM64_CFLAGS)