From 3076ad470e564a5a9b351345fc83acf9834e19cd Mon Sep 17 00:00:00 2001 From: Ayke van Laethem Date: Sun, 23 Sep 2018 20:50:44 +0200 Subject: [PATCH] tools/gen-device-svd: fix script filename in output --- tools/gen-device-svd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/gen-device-svd.py b/tools/gen-device-svd.py index 1b3cc0045..fb8c077c1 100755 --- a/tools/gen-device-svd.py +++ b/tools/gen-device-svd.py @@ -205,7 +205,7 @@ def writeGo(outdir, device): pkgName = os.path.basename(outdir.rstrip('/')) out.write('''\ // Automatically generated file. DO NOT EDIT. -// Generated by gen-device.py from {file}, see {descriptorSource} +// Generated by gen-device-svd.py from {file}, see {descriptorSource} // +build {pkgName},{nameLower} @@ -305,7 +305,7 @@ def writeAsm(outdir, device): out = open(outdir + '/' + device.metadata['nameLower'] + '.s', 'w') out.write('''\ // Automatically generated file. DO NOT EDIT. -// Generated by gen-device.py from {file}, see {descriptorSource} +// Generated by gen-device-svd.py from {file}, see {descriptorSource} // {description} //