[ofw] [PATCH] remove unused DDK --> WDK conditional

Smith, Stan stan.smith at intel.com
Mon Jul 11 16:55:21 PDT 2011


Hello,
  A long time ago when the OpenIB build process was transitioning from DDK --> WDK build environments, the build supported building in both environments.
Today we 'only' build in the WDK environment.
The patch has the same structure for all the SOURCES files; remove the outdated/unneeded conditional.
All files have been patched with a full rebuild completed.

Remove unneeded conditional from SOURCES files:

  trunk/hw/mlx4/user/hca/SOURCES
  trunk/hw/mthca/user/hca/SOURCES
  trunk\ulp\dapl2\dapl\ibal\SOURCES
  trunk\ulp\dapl2\dapl\openib_scm\SOURCES
  trunk\ulp\dapl2\dapl\openib_cma\SOURCES
  trunk\ulp\dapl2\dapl\openib_ucm\SOURCES
  trunk\ulp\dapl2\dat\udat\SOURCES
  trunk\ulp\libibumad\src\SOURCES
  trunk\ulp\libibverbs\src\SOURCES
  trunk\ulp\librdmacm\src\SOURCES
  trunk\ulp\netdirect\user\SOURCES
  trunk\ulp\netdirect2\user\SOURCES

Signed-off-by:  <stan.smith at intel.com>

--- trunk/hw/mlx4/user/hca/SOURCES	Mon Jul 11 16:34:25 2011
+++ trunk/hw/mlx4/user/hca/SOURCES	Fri Jul 01 10:10:27 2011
@@ -4,13 +4,10 @@
 
 TARGETPATH=$(TRUNK)\bin\user\obj$(BUILD_ALT_DIR)
 TARGETTYPE=DYNLINK
-!if $(_NT_TOOLS_VERSION) == 0x700
-# DDK
-DLLDEF=$O\mlx4.def
-!else
+
 # WDK
 DLLDEF=$(OBJ_PATH)\$O\mlx4.def
-!endif
+
 USE_MSVCRT=1
 DLLENTRY=DllMain


--- trunk/ulp/libibverbs/src/Sources	Mon Jul 11 16:40:57 2011
+++ trunk/ulp/libibverbs/src/Sources	Mon Jul 11 11:43:37 2011
@@ -3,11 +3,7 @@
 TARGETPATH = ..\..\..\bin\user\obj$(BUILD_ALT_DIR)
 TARGETTYPE = DYNLINK
 
-!if $(_NT_TOOLS_VERSION) == 0x700
-DLLDEF = $O\ibv_exports.def
-!else
 DLLDEF = $(OBJ_PATH)\$O\ibv_exports.def
-!endif
 
 DLLENTRY = DllMain
 USE_MSVCRT = 1

 




More information about the ofw mailing list