From 4516c219ca45480bba595aac93a327be82b7a78c Mon Sep 17 00:00:00 2001 From: Vipul Pandya Date: Mon, 7 May 2012 14:50:51 +0530 Subject: [PATCH] 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 --- makefile | 2 -- 1 file changed, 2 deletions(-) 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 \ -- 2.46.0