Add the sensor phy_3d_sensor skeleton in Sensing Subsystem. Signed-off-by: Zhang Lixu <lixu.zhang@intel.com>
13 lines
253 B
CMake
13 lines
253 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
zephyr_library_include_directories(include)
|
|
|
|
zephyr_library_sources(
|
|
sensor_mgmt.c
|
|
sensing.c
|
|
sensing_sensor.c
|
|
)
|
|
|
|
add_subdirectory_ifdef(CONFIG_SENSING_SENSOR_PHY_3D_SENSOR sensor/phy_3d_sensor)
|