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.
|
#
|
|
# 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/
|
|
obj-$(CONFIG_RAPIDIO) += devices/
|
|
|
|
subdir-ccflags-$(CONFIG_RAPIDIO_DEBUG) := -DDEBUG
|
|
|