blob: 89b8eca825b55f28dc6a29afa8eabed91730bd3e (
plain)
1
2
3
4
5
6
7
8
|
#
# Makefile for RapidIO interconnect services
#
obj-y += rio.o rio-access.o rio-driver.o rio-scan.o rio-sysfs.o
obj-$(CONFIG_RAPIDIO) += switches/
subdir-ccflags-$(CONFIG_RAPIDIO_DEBUG) := -DDEBUG
|