diff options
author | Matt Porter <mporter@kernel.crashing.org> | 2005-11-07 04:00:17 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-07 10:53:46 -0500 |
commit | eb188d0e857c436b5d365d5ccc629da5a06ed102 (patch) | |
tree | 1a80ceab7d2d18a672f5753d26bbd972543ce959 /drivers/rapidio/switches/Makefile | |
parent | 70a50ebd9a94533964c19f918dbbd66763e3f9e5 (diff) |
[PATCH] RapidIO support: core enum
Adds RapidIO enumeration/discovery.
The core code implements enumeration/discovery, management of
devices/resources, and interfaces for RIO drivers.
Signed-off-by: Matt Porter <mporter@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/rapidio/switches/Makefile')
-rw-r--r-- | drivers/rapidio/switches/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/rapidio/switches/Makefile b/drivers/rapidio/switches/Makefile new file mode 100644 index 000000000000..b924f8301761 --- /dev/null +++ b/drivers/rapidio/switches/Makefile | |||
@@ -0,0 +1,5 @@ | |||
1 | # | ||
2 | # Makefile for RIO switches | ||
3 | # | ||
4 | |||
5 | obj-$(CONFIG_RAPIDIO) += tsi500.o | ||