mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-20 03:38:43 +00:00
4 lines
117 B
Batchfile
Executable file
4 lines
117 B
Batchfile
Executable file
@echo off
|
|
rem Disable checked build and build release code
|
|
set CHECKED=
|
|
call build_it.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
|