mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-26 13:03:40 +00:00
5 lines
117 B
Batchfile
5 lines
117 B
Batchfile
|
@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
|