From: Vipul Pandya Date: Mon, 7 May 2012 09:20:51 +0000 (+0530) Subject: makefile: Remove cxgb3/cxgb4 driver header files inclusion X-Git-Tag: vofed-3.5-x~95 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=4516c219ca45480bba595aac93a327be82b7a78c;p=~emulex%2Ftmp%2Fcompat-rdma%2F.git makefile: Remove cxgb3/cxgb4 driver header files inclusion cxgb3/cxgb4 drivers header files have the same name. They get included while building iw_cxgb3/iw_cxgb4 drivers respectively. Including them from the top level makefile results in wrong header file inclusion while building iw_cxgb3/iw_cxgb4 drivers. Remove inclusion of cxgb3/cxgb4 header files from the top level makefile and let them get included from the individual Makefile of iw_cxgb3/iw_cxgb4 drivers. Signed-off-by: Vipul Pandya --- diff --git a/makefile b/makefile index 820a7e8..8e1dabd 100644 --- a/makefile +++ b/makefile @@ -129,8 +129,6 @@ kernel: -I$(CWD)/drivers/infiniband/debug \ -I/usr/local/include/scst \ -I$(CWD)/drivers/infiniband/ulp/srpt \ - -I$(CWD)/drivers/net/ethernet/chelsio/cxgb3 \ - -I$(CWD)/drivers/net/ethernet/chelsio/cxgb4 \ $$(if $$(CONFIG_XEN),-D__XEN_INTERFACE_VERSION__=$$(CONFIG_XEN_INTERFACE_VERSION)) \ $$(if $$(CONFIG_XEN),-I$$(srctree)/arch/x86/include/mach-xen) \ -I$$(srctree)/arch/$$(SRCARCH)/include \