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)