| Alexandre Bounine | 48618fb | 2011-11-02 13:39:09 -0700 | [diff] [blame] | 1 | # |
| 2 | # Makefile for RapidIO devices | ||||
| 3 | # | ||||
| 4 | |||||
| 5 | obj-$(CONFIG_RAPIDIO_TSI721) += tsi721.o | ||||
| Alexandre Bounine | 9eaa3d9 | 2012-05-31 16:26:39 -0700 | [diff] [blame] | 6 | ifeq ($(CONFIG_RAPIDIO_DMA_ENGINE),y) |
| 7 | obj-$(CONFIG_RAPIDIO_TSI721) += tsi721_dma.o | ||||
| 8 | endif | ||||