diff options
author | Yuval Shaia <yuval.shaia@oracle.com> | 2018-02-09 15:15:00 +0200 |
---|---|---|
committer | Marcel Apfelbaum <marcel@redhat.com> | 2018-02-19 13:03:24 +0200 |
commit | dcbf469aeffb3b307d2bc5331797d67979b715e3 (patch) | |
tree | 67235c5fed5ee03ccb8b717d6c5c0ba4b12cdc6b /hw/rdma/Makefile.objs | |
parent | 7605e12a512ad87b764cda6554724e7f84ded18d (diff) |
hw/rdma: Add wrappers and macros
As all mapping for this device are from driver to device,
declare wrappers on top of pci_dma_*map functions.
In addition, declare macros to be used for debug messages.
Reviewed-by: Dotan Barak <dotanb@mellanox.com>
Reviewed-by: Zhu Yanjun <yanjun.zhu@oracle.com>
Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com>
Signed-off-by: Marcel Apfelbaum <marcel@redhat.com>
Diffstat (limited to 'hw/rdma/Makefile.objs')
-rw-r--r-- | hw/rdma/Makefile.objs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/rdma/Makefile.objs b/hw/rdma/Makefile.objs new file mode 100644 index 0000000000..cdffe4a9a3 --- /dev/null +++ b/hw/rdma/Makefile.objs @@ -0,0 +1,3 @@ +ifeq ($(CONFIG_RDMA),y) +obj-$(CONFIG_PCI) += rdma_utils.o +endif |