devices: cc13x2_cc26x2: add back rfc.c

rfc.c should be added back to the list of files in driverlib to be
compiled, as it is needed by IEEE 802.15.4 driver.

Signed-off-by: Vincent Wan <vincent.wan@linaro.org>
This commit is contained in:
Vincent Wan 2020-05-13 14:03:13 -07:00 committed by Kumar Gala
parent c398cc7959
commit a95376bfee
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ zephyr_library_sources(
driverlib/driverlib_release.c
)
# Required for RFCDoorbellSendTo which is not in ROM
zephyr_sources_ifdef(CONFIG_IEEE802154_CC13XX_CC26XX driverlib/rfc.c)
if(CONFIG_SOC_CC1352R)
# Required for RFCDoorbellSendTo which is not in ROM
set_source_files_properties(driverlib/rfc.c