2024-09-09 08:52:07 +00:00
|
|
|
#
|
|
|
|
# Makefile for RapidIO interconnect services
|
|
|
|
#
|
2024-09-09 08:57:42 +00:00
|
|
|
obj-$(CONFIG_RAPIDIO) += rapidio.o
|
|
|
|
rapidio-y := rio.o rio-access.o rio-driver.o rio-sysfs.o
|
|
|
|
|
|
|
|
obj-$(CONFIG_RAPIDIO_ENUM_BASIC) += rio-scan.o
|
2024-09-09 08:52:07 +00:00
|
|
|
|
|
|
|
obj-$(CONFIG_RAPIDIO) += switches/
|
|
|
|
obj-$(CONFIG_RAPIDIO) += devices/
|
|
|
|
|
|
|
|
subdir-ccflags-$(CONFIG_RAPIDIO_DEBUG) := -DDEBUG
|