simplelink: add RFC driverlib sources

Required for RFCDoorbellSendTo used in 802.15.4 driver.

See zephyrproject-rtos/zephyr#16263

Signed-off-by: Brett Witherspoon <spoonb@cdspooner.com>
This commit is contained in:
Brett Witherspoon 2019-09-03 20:44:45 -05:00 committed by Kumar Gala
parent 7a82e93e14
commit 112760ab5d
1 changed files with 2 additions and 0 deletions

View File

@ -13,4 +13,6 @@ zephyr_library_sources(
driverlib/aux_sysif.c
# Required for CPUdelay which is not in ROM
driverlib/cpu.c
# Required for RFCDoorbellSendTo which is not in ROM
driverlib/rfc.c
)