atmel_spi: Driver for the Atmel SPI controller
[platform/kernel/u-boot.git] / drivers / spi / Makefile
index 0b7a2df..e66e0ee 100644 (file)
@@ -26,6 +26,8 @@ include $(TOPDIR)/config.mk
 LIB    := $(obj)libspi.a
 
 COBJS-y += mpc8xxx_spi.o
+COBJS-$(CONFIG_ATMEL_SPI) += atmel_spi.o
+COBJS-$(CONFIG_MXC_SPI) += mxc_spi.o
 
 COBJS  := $(COBJS-y)
 SRCS   := $(COBJS:.o=.c)