mirror of
https://github.com/openharmony/drivers_adapter_khdf_linux.git
synced 2026-07-01 02:45:33 -04:00
!115 modfy hdf menuconfig
Merge pull request !115 from kevin/0914_master
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user