Searched hist:"0 d7b70e83642f01c451a52faa3908e7b054ff7c6" (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | Makefile | diff 0d7b70e83642f01c451a52faa3908e7b054ff7c6 Fri Oct 06 21:48:30 CEST 2017 Jonathan Toppins <jtoppins@redhat.com> bnxt_en: don't consider building bnxt_tc.o if option not enabled
Instead of zeroing out bnxt_tc.c with a #ifdef foo, instead don't compile the file when the option is not enabled. Now make and the preprocessor do not have to waste time compiling a no-op.
Signed-off-by: Jonathan Toppins <jtoppins@redhat.com> Acked-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | bnxt_tc.c | diff 0d7b70e83642f01c451a52faa3908e7b054ff7c6 Fri Oct 06 21:48:30 CEST 2017 Jonathan Toppins <jtoppins@redhat.com> bnxt_en: don't consider building bnxt_tc.o if option not enabled
Instead of zeroing out bnxt_tc.c with a #ifdef foo, instead don't compile the file when the option is not enabled. Now make and the preprocessor do not have to waste time compiling a no-op.
Signed-off-by: Jonathan Toppins <jtoppins@redhat.com> Acked-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|