Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1#
2# Makefile for RapidIO interconnect services
3#
4obj-$(CONFIG_RAPIDIO) += rapidio.o
5rapidio-y := rio.o rio-access.o rio-driver.o rio-sysfs.o
6
7obj-$(CONFIG_RAPIDIO_ENUM_BASIC) += rio-scan.o
8
9obj-$(CONFIG_RAPIDIO) += switches/
10obj-$(CONFIG_RAPIDIO) += devices/
11
12subdir-ccflags-$(CONFIG_RAPIDIO_DEBUG) := -DDEBUG