ARM: dts: mvebu: armada-390: add missing compatibility string and bracket
[deliverable/linux.git] / drivers / rapidio / Makefile
1 #
2 # Makefile for RapidIO interconnect services
3 #
4 obj-$(CONFIG_RAPIDIO) += rapidio.o
5 rapidio-y := rio.o rio-access.o rio-driver.o rio-sysfs.o
6
7 obj-$(CONFIG_RAPIDIO_ENUM_BASIC) += rio-scan.o
8 obj-$(CONFIG_RAPIDIO_CHMAN) += rio_cm.o
9
10 obj-$(CONFIG_RAPIDIO) += switches/
11 obj-$(CONFIG_RAPIDIO) += devices/
12
13 subdir-ccflags-$(CONFIG_RAPIDIO_DEBUG) := -DDEBUG
This page took 0.031382 seconds and 5 git commands to generate.