blob: b6139fe187bfe7389f1b30970dc03c16660ca161 [file] [log] [blame]
Matt Porter394b7012005-11-07 01:00:15 -08001#
2# Makefile for RapidIO interconnect services
3#
4obj-y += rio.o rio-access.o rio-driver.o rio-scan.o rio-sysfs.o
5
6obj-$(CONFIG_RAPIDIO) += switches/
Alexandre Bounine011507e2010-05-26 14:44:03 -07007
8ifeq ($(CONFIG_RAPIDIO_DEBUG),y)
9EXTRA_CFLAGS += -DDEBUG
10endif