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 | 011507e | 2010-05-26 14:44:03 -0700 | [diff] [blame] | 7 | |
8 | ifeq ($(CONFIG_RAPIDIO_DEBUG),y) | ||||
9 | EXTRA_CFLAGS += -DDEBUG | ||||
10 | endif |