drivers: ieee802154: cmake: remove TI compile definitions

Compile definitions are now injected by the HAL automatically.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2022-07-27 15:36:03 +02:00 committed by Carles Cufí
parent 511b632344
commit 3dd0904ea6

View file

@ -19,9 +19,3 @@ zephyr_library_sources_ifdef(CONFIG_IEEE802154_NRF5 ieee802154_nrf5.c)
zephyr_library_sources_ifdef(CONFIG_IEEE802154_RF2XX ieee802154_rf2xx.c)
zephyr_library_sources_ifdef(CONFIG_IEEE802154_RF2XX ieee802154_rf2xx_iface.c)
zephyr_library_sources_ifdef(CONFIG_IEEE802154_TELINK_B91 ieee802154_b91.c)
if(CONFIG_SOC_CC1352R)
zephyr_library_compile_definitions("DeviceFamily_CC13X2")
elseif(CONFIG_SOC_CC2652R)
zephyr_library_compile_definitions("DeviceFamily_CC26X2")
endif()