Author: hailfinger
Date: 2009-12-14 04:07:31 +0100 (Mon, 14 Dec 2009)
New Revision: 798

Modified:
   trunk/print.c
Log:
Don't print out supported PCI devices header if all following lines are
excluded from build.

Signed-off-by: Adam Jurkowski <[email protected]>
Acked-by: Carl-Daniel Hailfinger <[email protected]>


Modified: trunk/print.c
===================================================================
--- trunk/print.c       2009-12-13 22:28:00 UTC (rev 797)
+++ trunk/print.c       2009-12-14 03:07:31 UTC (rev 798)
@@ -231,8 +231,10 @@
                print_supported_chipsets();
                print_supported_boards();
 #endif
+#if (NIC3COM_SUPPORT == 1) || (GFXNVIDIA_SUPPORT == 1) || (DRKAISER_SUPPORT == 
1) || (SATASII_SUPPORT == 1)
                printf("\nSupported PCI devices flashrom can use "
                       "as programmer:\n\n");
+#endif
 #if NIC3COM_SUPPORT == 1
                print_supported_pcidevs(nics_3com);
 #endif


_______________________________________________
flashrom mailing list
[email protected]
http://www.flashrom.org/mailman/listinfo/flashrom

Reply via email to