!115 modfy hdf menuconfig

Merge pull request !115 from kevin/0914_master
This commit is contained in:
openharmony_ci
2021-09-15 08:18:37 +00:00
committed by Gitee
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -9,8 +9,6 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
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
PWD:=$(shell pwd)
SEC_OBJECTS:=$(patsubst %.c,%.o,$(SEC_LIB_SOURCES))
@@ -71,4 +69,4 @@ ccflags-y += -Idrivers/hdf/framework/model/sensor/driver/include \
-Idrivers/hdf/framework/include/platform \
-Idrivers/hdf/framework/include/config \
-Idrivers/hdf/khdf/osal/include \
-Ibounds_checking_function/include
-Ibounds_checking_function/include
+1 -1
View File
@@ -10,7 +10,7 @@
# GNU General Public License for more details.
config DRIVERS_HDF_TEST
bool "Enable HDF linux test"
bool "Enable HDF test"
default n
depends on DRIVERS_HDF
help