brintos

brintos / linux-shallow public Read only

0
0
Text · 263 B · bf0e2e4 Raw
10 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Makefile for RapidIO devices4#5 6obj-$(CONFIG_RAPIDIO_TSI721)	+= tsi721_mport.o7tsi721_mport-y			:= tsi721.o8tsi721_mport-$(CONFIG_RAPIDIO_DMA_ENGINE) += tsi721_dma.o9obj-$(CONFIG_RAPIDIO_MPORT_CDEV) += rio_mport_cdev.o10