Searched refs:out_dir (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/mach-socfpga/ |
| H A D | qts-filter.sh | 22 out_dir="$4" 53 ) > "${out_dir}/iocsr_config.h" 66 out_dir="$4" 90 ) > "${out_dir}/pinmux_config.h" 103 out_dir="$4" 127 ) > "${out_dir}/pll_config.h" 147 out_dir="$4" 200 ) > "${out_dir}/sdram_config.h" 220 out_dir="$4" 228 ! -d "${out_dir}" -o -z "${soc}" ] ; then [all …]
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | builderthread.py | 140 out_dir = work_dir 146 out_dir = os.path.join(work_dir, out_rel_dir) 194 Mkdir(out_dir) 207 out_dir = os.path.realpath(out_dir) 208 args.append('O=%s' % out_dir) 250 result.out_dir = out_dir 318 capture_stderr=True, cwd=result.out_dir, 328 capture_stderr=True, cwd=result.out_dir, 343 capture_stderr=True, cwd=result.out_dir, 361 self.CopyFiles(result.out_dir, build_dir, dirname, ['u-boot.cfg', [all …]
|