diff --git a/targets/nrf52-s132v6.json b/targets/nrf52-s132v6.json index 476b9f69..3d11e226 100644 --- a/targets/nrf52-s132v6.json +++ b/targets/nrf52-s132v6.json @@ -1,4 +1,4 @@ { - "build-tags": ["softdevice"], + "build-tags": ["softdevice", "s132v6"], "linkerscript": "targets/nrf52-s132v6.ld" } diff --git a/targets/pca10040-s132v6.json b/targets/pca10040-s132v6.json index d8342546..3b03bb1b 100644 --- a/targets/pca10040-s132v6.json +++ b/targets/pca10040-s132v6.json @@ -1,4 +1,3 @@ { - "inherits": ["pca10040", "nrf52-s132v6"], - "ldscript": "targets/nrf52-s132v6.ld" + "inherits": ["pca10040", "nrf52-s132v6"] }