9 lines
201 B
Makefile
9 lines
201 B
Makefile
|
#
|
||
|
# 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
|