aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRon Evans <[email protected]>2019-05-20 10:42:50 +0200
committerAyke <[email protected]>2019-05-24 15:44:33 +0200
commit9f8340a97065c4868dae0d434967183c7a8b1bc6 (patch)
treeee0c4c5f830f1b320379cfaa496f60584705216c /Makefile
parent0f6873cf02653bae884a52671740965aca1d89be (diff)
downloadtinygo-9f8340a97065c4868dae0d434967183c7a8b1bc6.tar.gz
tinygo-9f8340a97065c4868dae0d434967183c7a8b1bc6.zip
machine/nrf: refactor to use volatile package/API
Signed-off-by: Ron Evans <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fec013ebe..68c1ec75c 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ gen-device-avr:
go fmt ./src/device/avr
gen-device-nrf:
- ./tools/gen-device-svd.py lib/nrfx/mdk/ src/device/nrf/ --source=https://github.com/NordicSemiconductor/nrfx/tree/master/mdk
+ ./tools/gen-device-svd-vol.py lib/nrfx/mdk/ src/device/nrf/ --source=https://github.com/NordicSemiconductor/nrfx/tree/master/mdk
go fmt ./src/device/nrf
gen-device-sam: