blob: 039137969e614515c31f8ffbf4fb7ce4dfc08a39 [file] [log] [blame]
if(CONFIG_WIFI_SIMPLELINK)
zephyr_include_directories(
.
$ENV{ZEPHYR_BASE}/ext/hal/ti/simplelink/kernel/zephyr/dpl
$ENV{ZEPHYR_BASE}/ext/hal/ti/simplelink/source
$ENV{ZEPHYR_BASE}/ext/hal/ti/simplelink/source/ti/drivers/net/wifi/porting
$ENV{ZEPHYR_BASE}/ext/hal/ti/simplelink/source/ti/drivers/net/wifi/bsd
)
zephyr_sources(
simplelink_support.c
simplelink.c
)
endif()