blob: ab554f68b560d2675d1e5456578b8fe42d52f3f9 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
if(CONFIG_HELLO_WORLD_DRIVER)
# Add hello_world_driver.h to the set of global include paths.
zephyr_include_directories(.)
zephyr_library()
zephyr_library_sources(
hello_world_driver.c
)
endif()