9 lines
166 B
Makefile
9 lines
166 B
Makefile
#
|
|
# Makefile for RapidIO devices
|
|
#
|
|
|
|
obj-$(CONFIG_RAPIDIO_TSI721) += tsi721.o
|
|
ifeq ($(CONFIG_RAPIDIO_DMA_ENGINE),y)
|
|
obj-$(CONFIG_RAPIDIO_TSI721) += tsi721_dma.o
|
|
endif
|