]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/spi/Makefile
New i.MX31 SPI driver
[karo-tx-uboot.git] / drivers / spi / Makefile
index 0b7a2dfd3b24adc193ccf7ed1679a459a4426980..bc8a1041210ddce8d33174e42b85f893652752a2 100644 (file)
@@ -26,6 +26,7 @@ include $(TOPDIR)/config.mk
 LIB    := $(obj)libspi.a
 
 COBJS-y += mpc8xxx_spi.o
+COBJS-$(CONFIG_MXC_SPI) += mxc_spi.o
 
 COBJS  := $(COBJS-y)
 SRCS   := $(COBJS:.o=.c)