]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
[WinOF] added support for mthca.inf from trunk\bin\kernel\xxx
authorstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Fri, 18 Jul 2008 00:19:39 +0000 (00:19 +0000)
committerstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Fri, 18 Jul 2008 00:19:39 +0000 (00:19 +0000)
git-svn-id: svn://openib.tc.cornell.edu/gen1@1413 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

trunk/etc/makebin.bat

index 43c26a33ca4fca3e323c06385b506711ef5362a4..ad96055f14acc300b7fd0e3a0e8174f55a3743e8 100644 (file)
@@ -58,7 +58,7 @@ set dest_dir=%2\HCA\amd64\
 \r
 if "%DBG%" == "TRUE" echo DBG: AMD64 free drivers to %dest_dir%\r
 \r
-set F=ibbus.sys ib_bus.inf ibiou.sys mthca.sys mlx4_hca.sys mlx4_bus.sys \r
+set F=ibbus.sys ib_bus.inf ibiou.sys mthca.sys mthca.inf mlx4_hca.sys mlx4_bus.sys \r
 for %%i in ( %F% ) do (\r
     xcopy %bin_dir%\%%i %dest_dir% /yq 1> nul\r
     if ERRORLEVEL 1 (\r
@@ -83,7 +83,7 @@ set dest_dir=%2\HCA\ia64\
 \r
 if "%DBG%" == "TRUE" echo DBG: ia64 free drivers to %dest_dir%\r
 \r
-set F=ibbus.sys ib_bus.inf ibiou.sys mthca.sys\r
+set F=ibbus.sys ib_bus.inf ibiou.sys mthca.sys mthca.inf\r
 for %%i in ( %F% ) do (\r
     xcopy %bin_dir%\%%i %dest_dir% /yq 1>nul\r
     if ERRORLEVEL 1 (\r
@@ -109,7 +109,7 @@ if "%DBG%" == "TRUE" echo DBG: x86 free drivers
 set bin_dir=%1\bin\kernel\objfre_%OSE%_x86\i386\r
 set dest_dir=%2\HCA\x86\\r
 \r
-set F=ibbus.sys ib_bus.inf ibiou.sys mthca.sys mlx4_hca.sys mlx4_bus.sys\r
+set F=ibbus.sys ib_bus.inf ibiou.sys mthca.sys mthca.inf mlx4_hca.sys mlx4_bus.sys\r
 for %%i in ( %F% ) do (\r
     xcopy %bin_dir%\%%i %dest_dir% /yq 1>nul\r
     if ERRORLEVEL 1 (\r
@@ -513,7 +513,6 @@ rem .inf files now resident alongside .sys files
 if "%DBG%" == "TRUE" echo DBG: cpy %OSE% x86 INF files\r
 \r
 xcopy %1\hw\mthca\kernel\mthca.cdf %2\HCA\x86\ /yq\r
-xcopy %1\hw\mthca\kernel\mthca.inf %2\HCA\x86\ /yq\r
 xcopy %1\hw\mlx4\kernel\hca\mlx4_hca.inf %2\HCA\x86\ /yq\r
 xcopy %1\hw\mlx4\kernel\hca\mlx4_hca.cdf %2\HCA\x86\ /yq\r
 xcopy %1\hw\mlx4\kernel\bus\drv\mlx4_bus.inf %2\HCA\x86\ /yq\r
@@ -538,7 +537,6 @@ if /I "%OSE%" == "wxp" goto cpy_bin_files
 if "%DBG%" == "TRUE" echo DBG: copy 64bit INF files\r
 \r
 xcopy %1\hw\mthca\kernel\mthca.cdf %2\HCA\amd64 /yq\r
-xcopy %1\hw\mthca\kernel\mthca.inf %2\HCA\amd64 /yq\r
 \r
 xcopy %1\hw\mlx4\kernel\hca\mlx4_hca.inf %2\HCA\amd64\ /yq\r
 xcopy %1\hw\mlx4\kernel\hca\mlx4_hca.cdf %2\HCA\amd64\ /yq\r
@@ -563,7 +561,6 @@ rem xcopy %1\hw\mlx4\kernel\bus\drv\mlx4_bus.cdf %2\HCA\ia64\ /yq
 \r
 xcopy %1\core\bus\kernel\ib_bus.cdf %2\HCA\ia64\ /yq\r
 xcopy %1\hw\mthca\kernel\mthca.cdf %2\HCA\ia64\ /yq\r
-xcopy %1\hw\mthca\kernel\mthca.inf %2\HCA\ia64\ /yq\r
 \r
 xcopy %1\ulp\ipoib\kernel\ipoib.cdf %2\net\ia64\ /yq\r
 xcopy %1\ulp\qlgcvnic\kernel\netvnic.cdf %2\net\ia64\ /yq\r