Skip to content

Commit 1663c73

Browse files
committed
scripts: gen-uuid: emit UUIDs that are generated
Make things a little easier to debug for UUID generation. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
1 parent 2bb5dc3 commit 1663c73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/gen-uuid-reg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def main():
5353
all_uuids.add(uu)
5454
all_syms.add(sym)
5555
emit_uuid_rec(uu, sym)
56+
print(f"Added UUID {uu} with symbol {sym}")
5657

5758
with open(sys.argv[2], "w") as f:
5859
f.write(header)

0 commit comments

Comments
 (0)