aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rapidio/devices/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rapidio/devices/Makefile')
-rw-r--r--drivers/rapidio/devices/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/rapidio/devices/Makefile b/drivers/rapidio/devices/Makefile
index 3b7b4e2dff7c..7b62860f34f8 100644
--- a/drivers/rapidio/devices/Makefile
+++ b/drivers/rapidio/devices/Makefile
@@ -3,3 +3,6 @@
#
obj-$(CONFIG_RAPIDIO_TSI721) += tsi721.o
+ifeq ($(CONFIG_RAPIDIO_DMA_ENGINE),y)
+obj-$(CONFIG_RAPIDIO_TSI721) += tsi721_dma.o
+endif