build/vhd2v_converter: Fix add_sources (to make it similar to platform.add_sources).
This commit is contained in:
parent
808cf1a466
commit
3e23ad3cff
|
@ -77,7 +77,7 @@ class VHD2VConverter(Module):
|
||||||
"""
|
"""
|
||||||
self._sources.append(filename)
|
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
|
append the source list with a list of file after adding path
|
||||||
Parameters
|
Parameters
|
||||||
|
|
Loading…
Reference in New Issue