gen-device: correct source for SiFive SVD files

Signed-off-by: Ron Evans <ron@hybridgroup.com>
Этот коммит содержится в:
Ron Evans 2019-10-29 19:21:15 +01:00 коммит произвёл Ayke
родитель 3777791aa3
коммит 3ec94a06ed

Просмотреть файл

@ -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: