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
1 changed files with 1 additions and 1 deletions
|
|
@ -632,7 +632,7 @@ def dodir(path, file):
|
|||
dirstack.append(curdir)
|
||||
curdir = fullpath
|
||||
file = os.path.join(fullpath, file)
|
||||
config_file_list.append(path)
|
||||
config_file_list.append(file)
|
||||
doconfigfile(fullpath, file)
|
||||
curdir = dirstack.pop()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue