Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds
[pandora-kernel.git] / drivers / rapidio / Makefile
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/
7
8 ifeq ($(CONFIG_RAPIDIO_DEBUG),y)
9 EXTRA_CFLAGS += -DDEBUG
10 endif