diff options
author | Jason Gunthorpe <jgg@mellanox.com> | 2019-07-22 17:01:30 +0000 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2019-07-25 13:58:47 -0300 |
commit | 39289bfc221423b27570e7c9157b690828e786cb (patch) | |
tree | a66ee47a2f1a49b7795fed229135d1795ef32043 /include/Kbuild | |
parent | cf167e5eb92c143ac2b0300ea65ed9f0ce572c3b (diff) |
RDMA: Make most headers compile stand alone
So that rdma can work with CONFIG_KERNEL_HEADER_TEST and
CONFIG_HEADERS_CHECK.
Link: https://lore.kernel.org/r/20190722170126.GA16453@ziepe.ca
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'include/Kbuild')
-rw-r--r-- | include/Kbuild | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/Kbuild b/include/Kbuild index c38f0d46b267..fc2aa4e20658 100644 --- a/include/Kbuild +++ b/include/Kbuild @@ -945,12 +945,6 @@ header-test- += net/xdp.h header-test- += net/xdp_priv.h header-test- += pcmcia/cistpl.h header-test- += pcmcia/ds.h -header-test- += rdma/ib.h -header-test- += rdma/iw_portmap.h -header-test- += rdma/opa_port_info.h -header-test- += rdma/rdmavt_cq.h -header-test- += rdma/restrack.h -header-test- += rdma/signature.h header-test- += rdma/tid_rdma_defs.h header-test- += scsi/fc/fc_encaps.h header-test- += scsi/fc/fc_fc2.h |