aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/build_drivers.bat
blob: 314cb6ffd23923ddadd0a611f343a95723f40cdf (plain) (tree)
1
2
3
4
5
6
7
8







                                                                         
@setlocal enabledelayedexpansion
@echo off

for /f "delims=" %%i in ('dir /s sources /b') do (
  set driver_src_root=%%~dpi
  echo.
  call build_driver.bat "!driver_src_root:~0,-1!" || exit /b !errorlevel!
)