From 3e45a258d897777deb79e977da7fae8dde10df04 Mon Sep 17 00:00:00 2001 From: zhanglianghy Date: Mon, 29 Jul 2019 11:48:10 +0800 Subject: [PATCH] =?UTF-8?q?MOD=20aaa-12=20=E8=B0=83=E6=95=B4ipconfig?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=EF=BC=8C=E9=87=8D=E5=91=BD=E5=90=8D=E4=B8=BA?= =?UTF-8?q?netconfig=20SOL=20=20configm=E8=BF=90=E8=A1=8C=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E8=B0=83=E6=95=B4=E5=88=B0/tmp/configm=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=BA=BA=EF=BC=9Azhangliang=20=E6=A3=80=E8=A7=86?= =?UTF-8?q?=E4=BA=BA=EF=BC=9Azhangliang?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Platform/build/user.configm.Makefile | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/Platform/build/user.configm.Makefile b/Platform/build/user.configm.Makefile index c6a8bd43f..52534b784 100755 --- a/Platform/build/user.configm.Makefile +++ b/Platform/build/user.configm.Makefile @@ -21,14 +21,20 @@ DEBUG = TRUE PLAT_LINUX ?= TRUE PLAT_ARM64 ?= TRUE -VPATH = ../user/configm/config-server ../user/configm/config-server/user_manager_config +VPATH = ../user/configm/config-server # source code # set the source file, don't used .o because of ... -COMMON_SRCS = configserver.c netconfig/ipconfig/ipconfig.c netconfig/parsefile.c \ - authfree_config/authfree.c localportal_config/localportal.c userlock_config/userlock.c jumppage_config/jumppage.c agingtime_config/agingtime.c \ - user_group_config.c user_account_config.c usermanager-server/array_index.c usermanager-server/user_group.c usermanager-server/user_mod.c usermanager-server/user.c +COMMON_SRCS = configserver.c \ + netconfig/ipconfig/ipconfig.c netconfig/parsefile.c \ + authfree_config/authfree.c \ + localportal_config/localportal.c \ + userlock_config/userlock.c \ + jumppage_config/jumppage.c \ + agingtime_config/agingtime.c \ + user_manager_config/user_group_config.c user_manager_config/user_account_config.c user_manager_config/usermanager-server/array_index.c \ + user_manager_config/usermanager-server/user_group.c user_manager_config/usermanager-server/user_mod.c user_manager_config/usermanager-server/user.c # MRS Board Source Files PLAT_LINUX_SRCS = $(COMMON_SRCS)