Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetoot...
[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
9 obj-$(CONFIG_RAPIDIO) += switches/
10 obj-$(CONFIG_RAPIDIO) += devices/
11
12 subdir-ccflags-$(CONFIG_RAPIDIO_DEBUG) := -DDEBUG
This page took 0.040699 seconds and 5 git commands to generate.