diff --git a/print.c b/print.c index 3f2f39766021365a104c464896cada018321331f..f9633c835125f286ce352414f821be51d67502c0 100644 --- a/print.c +++ b/print.c @@ -231,8 +231,10 @@ void print_supported(void) 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