xref: /openbmc/linux/drivers/rapidio/Makefile (revision 011507e4)
1394b701cSMatt Porter#
2394b701cSMatt Porter# Makefile for RapidIO interconnect services
3394b701cSMatt Porter#
4394b701cSMatt Porterobj-y += rio.o rio-access.o rio-driver.o rio-scan.o rio-sysfs.o
5394b701cSMatt Porter
6394b701cSMatt Porterobj-$(CONFIG_RAPIDIO)		+= switches/
7*011507e4SAlexandre Bounine
8*011507e4SAlexandre Bounineifeq ($(CONFIG_RAPIDIO_DEBUG),y)
9*011507e4SAlexandre BounineEXTRA_CFLAGS += -DDEBUG
10*011507e4SAlexandre Bounineendif
11