diff options
author | Matt Porter <mporter@kernel.crashing.org> | 2005-11-07 01:00:17 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-07 07:53:46 -0800 |
commit | eb188d0e857c436b5d365d5ccc629da5a06ed102 (patch) | |
tree | 1a80ceab7d2d18a672f5753d26bbd972543ce959 /drivers/rapidio/switches/Makefile | |
parent | 70a50ebd9a94533964c19f918dbbd66763e3f9e5 (diff) | |
download | blackbird-obmc-linux-eb188d0e857c436b5d365d5ccc629da5a06ed102.tar.gz blackbird-obmc-linux-eb188d0e857c436b5d365d5ccc629da5a06ed102.zip |
[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 @@ +# +# Makefile for RIO switches +# + +obj-$(CONFIG_RAPIDIO) += tsi500.o |