> Quoting Steve Wise <[EMAIL PROTECTED]>: > Subject: [PATCH RFC 19/21] ofed_1_2 Add LINUXINCLUDE to > drivers/net/cxgb3/Makefile > > > Add LINUXINCLUDE to drivers/net/cxgb3/Makefile > > Signed-off-by: Steve Wise <[EMAIL PROTECTED]> > --- > > .../cxgb3_makefile_to_2_6_5-7_244.patch | 12 ++++++++++++ > 1 files changed, 12 insertions(+), 0 deletions(-) > > diff --git > a/kernel_patches/backport/2.6.5_sles9_sp3/cxgb3_makefile_to_2_6_5-7_244.patch > b/kernel_patches/backport/2.6.5_sles9_sp3/cxgb3_makefile_to_2_6_5-7_244.patch > new file mode 100644 > index 0000000..ad7e7f4 > --- /dev/null > +++ > b/kernel_patches/backport/2.6.5_sles9_sp3/cxgb3_makefile_to_2_6_5-7_244.patch > @@ -0,0 +1,12 @@ > +diff --git a/drivers/net/cxgb3/Makefile b/drivers/net/cxgb3/Makefile > +index 3434679..bb008b6 100755 > +--- a/drivers/net/cxgb3/Makefile > ++++ b/drivers/net/cxgb3/Makefile > +@@ -1,6 +1,7 @@ > + # > + # Chelsio T3 driver > + # > ++NOSTDINC_FLAGS:= $(NOSTDINC_FLAGS) $(LINUXINCLUDE) > + > + obj-$(CONFIG_CHELSIO_T3) += cxgb3.o > +
I wonder why is it needed there but not in other makefiles. -- MST _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
