fixed paths for GENERATED
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@907 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
6d22c85326
commit
dabc15feec
|
@ -632,7 +632,7 @@ def dodir(path, file):
|
||||||
dirstack.append(curdir)
|
dirstack.append(curdir)
|
||||||
curdir = fullpath
|
curdir = fullpath
|
||||||
file = os.path.join(fullpath, file)
|
file = os.path.join(fullpath, file)
|
||||||
config_file_list.append(path)
|
config_file_list.append(file)
|
||||||
doconfigfile(fullpath, file)
|
doconfigfile(fullpath, file)
|
||||||
curdir = dirstack.pop()
|
curdir = dirstack.pop()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue