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:
Adithya Baglody 2018-05-23 16:43:58 +05:30 committed by Anas Nashif
parent c2b2add1d0
commit 62004146e4
1 changed files with 1 additions and 2 deletions

View File

@ -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)