RT-AC56 3.0.0.4.374.37 core
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / rapidio / switches / Makefile
blobfe4adc3e8d5f317ccfb08020c266138fc50d699f
2 # Makefile for RIO switches
5 obj-$(CONFIG_RAPIDIO_TSI57X) += tsi57x.o
6 obj-$(CONFIG_RAPIDIO_CPS_XX) += idtcps.o
7 obj-$(CONFIG_RAPIDIO_TSI568) += tsi568.o
8 obj-$(CONFIG_RAPIDIO_TSI500) += tsi500.o
10 ifeq ($(CONFIG_RAPIDIO_DEBUG),y)
11 EXTRA_CFLAGS += -DDEBUG
12 endif