mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

Various RDMA headers are intended to be exported to userspace, so add them to the headers-y list. Add a (strictly speaking, superfluous) include of <linux/types.h> to avoid a headers_check warning. Signed-off-by: Roland Dreier <roland@purestorage.com>
6 lines
158 B
Makefile
6 lines
158 B
Makefile
header-y += ib_user_cm.h
|
|
header-y += ib_user_mad.h
|
|
header-y += ib_user_sa.h
|
|
header-y += ib_user_verbs.h
|
|
header-y += rdma_netlink.h
|
|
header-y += rdma_user_cm.h
|