From b441c4c1b6bf90e79ba93cf4b70f4e7c0a05906f Mon Sep 17 00:00:00 2001 From: yuanbo Date: Thu, 15 Jul 2021 20:05:18 +0800 Subject: [PATCH] fix hdf power management feature on kernel Signed-off-by: yuanbo --- manager/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manager/Makefile b/manager/Makefile index fad6b06..5a72a6b 100644 --- a/manager/Makefile +++ b/manager/Makefile @@ -13,7 +13,7 @@ # #SOURCES=$(wildcard *.c) -SEC_LIB_SOURCES = memcpy_s.c memmove_s.c memset_s.c securecutil.c secureinput_a.c secureprintoutput_a.c snprintf_s.c sprintf_s.c strcat_s.c strcpy_s.c strncat_s.c strncpy_s.c strtok_s.c vsnprintf_s.c vsprintf_s.c +SEC_LIB_SOURCES = memcpy_s.c memmove_s.c memset_s.c securecutil.c secureinput_a.c secureprintoutput_a.c snprintf_s.c sprintf_s.c strcat_s.c strcpy_s.c strncat_s.c strncpy_s.c strtok_s.c vsnprintf_s.c vsprintf_s.c #SEC_LIB_SOURCES += fwscanf_s.c secureinput_w.c secureprintoutput_w.c swprintf_s.c swscanf_s.c vfwscanf_s.c vswprintf_s.c vswscanf_s.c vwscanf_s.c wcscat_s.c wcscpy_s.c wcsncat_s.c wcsncpy_s.c wcstok_s.c wmemcpy_s.c wmemmove_s.c wscanf_s.c #SEC_LIB_SOURCES:=$(wildcard ../../framework/libc_sec/src/*.c) @@ -46,7 +46,6 @@ obj-y += \ ../../../../framework/core/manager/src/devsvc_manager.o \ ../../../../framework/core/manager/src/hdf_driver_installer.o \ ../../../../framework/core/manager/src/hdf_host_info.o \ - ../../../../framework/core/manager/src/power_state_manager.o \ ../../../../framework/core/manager/src/power_state_token_clnt.o \ ../../../../framework/core/shared/src/hdf_service_record.o \ ../../../../framework/core/shared/src/hdf_device_info.o \