#
# Makefile for MPT based block devices
#

mod-subdirs := i2o fusion 

obj-$(CONFIG_I2O)	+= i2o/
obj-$(CONFIG_FUSION)	+= fusion/

include $(TOPDIR)/Rules.make

