commit | 0668e2b79530c4b7656bac12b12779c57bb9a9a3 | [log] [tgz] |
---|---|---|
author | Manivannan Sadhasivam <mani@kernel.org> | Sun Jul 05 21:24:31 2020 +0530 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Oct 08 12:15:38 2020 +0200 |
tree | 5c578b59a176156f4ec3e668b4c32d01a393c40b | |
parent | 3caba2d5276594fec4c1009f5934472bd500027b [diff] |
drivers: lora: Only create loramac-node library if not done before The loramac-node library definition will also be created by 'subsys/lorawan' for the LoRaWAN support. Hence, just add the source files if the previous declaration of the library is found else create a new one. Signed-off-by: Manivannan Sadhasivam <mani@kernel.org>