Matt Porter | 394b701 | 2005-11-07 01:00:15 -0800 | [diff] [blame] | 1 | # |
| 2 | # Makefile for RapidIO interconnect services |
| 3 | # |
Alexandre Bounine | fdf90ab | 2013-07-03 15:08:56 -0700 | [diff] [blame] | 4 | obj-$(CONFIG_RAPIDIO) += rapidio.o |
| 5 | rapidio-y := rio.o rio-access.o rio-driver.o rio-sysfs.o |
| 6 | |
Alexandre Bounine | a11650e | 2013-05-24 15:55:05 -0700 | [diff] [blame] | 7 | obj-$(CONFIG_RAPIDIO_ENUM_BASIC) += rio-scan.o |
Matt Porter | 394b701 | 2005-11-07 01:00:15 -0800 | [diff] [blame] | 8 | |
| 9 | obj-$(CONFIG_RAPIDIO) += switches/ |
Alexandre Bounine | 48618fb | 2011-11-02 13:39:09 -0700 | [diff] [blame] | 10 | obj-$(CONFIG_RAPIDIO) += devices/ |
Alexandre Bounine | 011507e | 2010-05-26 14:44:03 -0700 | [diff] [blame] | 11 | |
matt mooney | 4ebdd58 | 2011-01-14 06:12:47 -0800 | [diff] [blame] | 12 | subdir-ccflags-$(CONFIG_RAPIDIO_DEBUG) := -DDEBUG |