lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | # |
2 | # Makefile for RapidIO interconnect services | ||||
3 | # | ||||
4 | obj-y += rio.o rio-access.o rio-driver.o rio-scan.o rio-sysfs.o | ||||
5 | |||||
6 | obj-$(CONFIG_RAPIDIO) += switches/ | ||||
7 | obj-$(CONFIG_RAPIDIO) += devices/ | ||||
8 | |||||
9 | subdir-ccflags-$(CONFIG_RAPIDIO_DEBUG) := -DDEBUG |