Matt Porter | 394b701 | 2005-11-07 01:00:15 -0800 | [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/ | ||||
Alexandre Bounine | 48618fb | 2011-11-02 13:39:09 -0700 | [diff] [blame] | 7 | obj-$(CONFIG_RAPIDIO) += devices/ |
Alexandre Bounine | 011507e | 2010-05-26 14:44:03 -0700 | [diff] [blame] | 8 | |
matt mooney | 4ebdd58 | 2011-01-14 06:12:47 -0800 | [diff] [blame] | 9 | subdir-ccflags-$(CONFIG_RAPIDIO_DEBUG) := -DDEBUG |