]> git.openfabrics.org - ~emulex/for-vlad/compat-rdma.git/commit
makefile: Remove cxgb3/cxgb4 driver header files inclusion
authorVipul Pandya <vipul@chelsio.com>
Mon, 7 May 2012 09:20:51 +0000 (14:50 +0530)
committerVipul Pandya vipul@chelsio.com <vipulp@openfabrics.org>
Tue, 15 May 2012 15:21:28 +0000 (08:21 -0700)
commit4516c219ca45480bba595aac93a327be82b7a78c
treee18e01bbd7b80146657bf204d7de89c19ae30edb
parent8afafc8024e50150c9e24c583160114adf7cd010
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 <vipul@chelsio.com>
makefile