aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2018-09-22 01:20:34 +0200
committerAyke van Laethem <[email protected]>2018-09-22 01:20:34 +0200
commit7c16f6c90468fcbb3133cf13e785be61cba8f8e7 (patch)
treef69303a3092a4d72c1e21ac623b0511bcd5345bb /Makefile
parentb705b332a73bc8b29ac2873d919f42e0d91a44a8 (diff)
downloadtinygo-7c16f6c90468fcbb3133cf13e785be61cba8f8e7.tar.gz
tinygo-7c16f6c90468fcbb3133cf13e785be61cba8f8e7.zip
tools/gen-device-svd: make source URL configurable
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9346e33fc..0bfda8bab 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ fmt:
gen-device: gen-device-nrf gen-device-avr
gen-device-nrf:
- ./tools/gen-device-svd.py lib/nrfx/mdk/ src/device/nrf/
+ ./tools/gen-device-svd.py lib/nrfx/mdk/ src/device/nrf/ --source=https://github.com/NordicSemiconductor/nrfx/tree/master/mdk
go fmt ./src/device/nrf
gen-device-avr: