mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 02:10:52 +07:00
ec8f24b7fa
Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10 lines
263 B
Makefile
10 lines
263 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for RapidIO devices
|
|
#
|
|
|
|
obj-$(CONFIG_RAPIDIO_TSI721) += tsi721_mport.o
|
|
tsi721_mport-y := tsi721.o
|
|
tsi721_mport-$(CONFIG_RAPIDIO_DMA_ENGINE) += tsi721_dma.o
|
|
obj-$(CONFIG_RAPIDIO_MPORT_CDEV) += rio_mport_cdev.o
|