#
# Makefile for the kernel SSI device drivers.
#

obj-$(CONFIG_MXC_SSI) 		+= ssimod.o

ssimod-objs := ssi.o
