build/vhd2v_converter: Fix add_sources (to make it similar to platform.add_sources).

This commit is contained in:
Florent Kermarrec 2022-10-13 09:12:58 +02:00
parent 808cf1a466
commit 3e23ad3cff
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class VHD2VConverter(Module):
"""
self._sources.append(filename)
def add_sources(self, path, filenames):
def add_sources(self, path, *filenames):
"""
append the source list with a list of file after adding path
Parameters