Move target implementations of NanostackRfPhy into the nanostack-interface library

Fixes: #13109

Prior to this commit, target implementations of NanostackRfPhy
are not guarded by any mbed_lib.json - they are always visible
to the build even if the interface itself is not enabled
(e.g. when using the "requires" attribute of mbed_app.json).
It causes build errors.

To resolve this, this commit move target code into
nanostack-interface, similar to what we do with BLE targets.
pull/13119/head
Lingkai Dong 2020-06-15 16:44:40 +01:00
parent 8b70dfe593
commit 7149877c5d
4 changed files with 0 additions and 0 deletions