build: mkdir out_rootfs_overlay_dir

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-10-17 00:00:00 +00:00
parent cc60fc00ea
commit 2661f7f83c

View File

@@ -340,6 +340,7 @@ def make_build_dirs():
global this
os.makedirs(this.build_dir, exist_ok=True)
os.makedirs(this.gem5_build_dir, exist_ok=True)
os.makedirs(this.out_rootfs_overlay_dir, exist_ok=True)
def make_run_dirs():
'''