drivers: sensors: Remove usage of zephyr_library_ifdef
Phasing out the usage of this cmake macro from the sensor folder. Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com>
This commit is contained in:
parent
c2b2add1d0
commit
62004146e4
|
@ -38,5 +38,4 @@ add_subdirectory_ifdef(CONFIG_TMP007 tmp007)
|
|||
add_subdirectory_ifdef(CONFIG_TMP112 tmp112)
|
||||
add_subdirectory_ifdef(CONFIG_VL53L0X vl53l0x)
|
||||
|
||||
zephyr_library_ifdef(CONFIG_USERSPACE)
|
||||
zephyr_library_sources_ifdef(CONFIG_USERSPACE sensor_handlers.c)
|
||||
zephyr_sources_ifdef(CONFIG_USERSPACE sensor_handlers.c)
|
||||
|
|
Loading…
Reference in New Issue