You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
387 B
14 lines
387 B
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for RapidIO interconnect services
|
|
#
|
|
obj-$(CONFIG_RAPIDIO) += rapidio.o
|
|
rapidio-y := rio.o rio-access.o rio-driver.o rio-sysfs.o
|
|
|
|
obj-$(CONFIG_RAPIDIO_ENUM_BASIC) += rio-scan.o
|
|
obj-$(CONFIG_RAPIDIO_CHMAN) += rio_cm.o
|
|
|
|
obj-$(CONFIG_RAPIDIO) += switches/
|
|
obj-$(CONFIG_RAPIDIO) += devices/
|
|
|
|
subdir-ccflags-$(CONFIG_RAPIDIO_DEBUG) := -DDEBUG
|
|
|