]> git.openfabrics.org - ~adrianc/mstflint.git/commitdiff
Fixed mstflint device name example to the correct format
authorOren Kladnitsky <orenk@dev.mellanox.co.il>
Sun, 19 Dec 2010 10:30:41 +0000 (12:30 +0200)
committerOren Kladnitsky <orenk@dev.mellanox.co.il>
Sun, 19 Dec 2010 10:30:41 +0000 (12:30 +0200)
Makefile.am

index b9d30dadaae10c97662cab916453545f010dcaa3..bc7a26054a0805dfc5599f1f7418aed9b005a913 100644 (file)
@@ -14,7 +14,8 @@ mstmwrite_SOURCES = mwrite.c mtcr.h
 mstflint_SOURCES = flint.cpp mtcr.h mflash.h mflash.c tools_version.h
 
 mstflint_LIBS = @mstflint_LIBS@
-mstflint_CXXFLAGS = @mstflint_CXXFLAGS@
+mstflint_CXXFLAGS = -DDEV_MST_EXAMPLE1=\"03:00.0\" -DDEV_MST_EXAMPLE2=\"mlx4_0\"
+mstflint_CXXFLAGS += @mstflint_CXXFLAGS@
 
 mstregdump_SOURCES = mstdump.c mtcr.h \
 MT23108.crb \