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