From 3ec94a06edb65bb1ed1c3ba52227dd2dbf7aa770 Mon Sep 17 00:00:00 2001 From: Ron Evans Date: Tue, 29 Oct 2019 19:21:15 +0100 Subject: [PATCH] gen-device: correct source for SiFive SVD files Signed-off-by: Ron Evans --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eb6da113..b5129a5e 100644 --- a/Makefile +++ b/Makefile @@ -110,7 +110,7 @@ gen-device-sam: GO111MODULE=off $(GO) fmt ./src/device/sam gen-device-sifive: - $(PYTHON) ./tools/gen-device-svd.py lib/cmsis-svd/data/SiFive-Community/ src/device/sifive/ --source=https://github.com/AdaCore/svd2ada/tree/master/CMSIS-SVD/SiFive-Community + $(PYTHON) ./tools/gen-device-svd.py lib/cmsis-svd/data/SiFive-Community/ src/device/sifive/ --source=https://github.com/posborne/cmsis-svd/tree/master/data/SiFive-Community GO111MODULE=off $(GO) fmt ./src/device/sifive gen-device-stm32: