011507e49a
Add debug configuration option for RapidIO subsystem. Signed-off-by: Alexandre Bounine <alexandre.bounine@idt.com> Cc: Matt Porter <mporter@kernel.crashing.org> Cc: Li Yang <leoli@freescale.com> Cc: Kumar Gala <galak@kernel.crashing.org> Cc: Thomas Moll <thomas.moll@sysgo.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
10 lines
214 B
Makefile
10 lines
214 B
Makefile
#
|
|
# Makefile for RapidIO interconnect services
|
|
#
|
|
obj-y += rio.o rio-access.o rio-driver.o rio-scan.o rio-sysfs.o
|
|
|
|
obj-$(CONFIG_RAPIDIO) += switches/
|
|
|
|
ifeq ($(CONFIG_RAPIDIO_DEBUG),y)
|
|
EXTRA_CFLAGS += -DDEBUG
|
|
endif
|