]> Git Repo - linux.git/blob - drivers/rapidio/devices/Makefile
selftests: error out if kernel header files are not yet built
[linux.git] / drivers / rapidio / devices / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Makefile for RapidIO devices
4 #
5
6 obj-$(CONFIG_RAPIDIO_TSI721)    += tsi721_mport.o
7 tsi721_mport-y                  := tsi721.o
8 tsi721_mport-$(CONFIG_RAPIDIO_DMA_ENGINE) += tsi721_dma.o
9 obj-$(CONFIG_RAPIDIO_MPORT_CDEV) += rio_mport_cdev.o
This page took 0.036619 seconds and 4 git commands to generate.