From 1933f0c09438ed8ccfee2281b814d9b26cef336c Mon Sep 17 00:00:00 2001 From: Amarnath Revanna Date: Wed, 27 Oct 2010 08:34:42 +0000 Subject: caif-u5500: Build config for CAIF shared mem driver Signed-off-by: Sjur Braendeland Signed-off-by: David S. Miller --- drivers/net/caif/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'drivers/net/caif/Makefile') diff --git a/drivers/net/caif/Makefile b/drivers/net/caif/Makefile index 3a11d619452..b38d987da67 100644 --- a/drivers/net/caif/Makefile +++ b/drivers/net/caif/Makefile @@ -8,3 +8,7 @@ obj-$(CONFIG_CAIF_TTY) += caif_serial.o # SPI slave physical interfaces module cfspi_slave-objs := caif_spi.o caif_spi_slave.o obj-$(CONFIG_CAIF_SPI_SLAVE) += cfspi_slave.o + +# Shared memory +caif_shm-objs := caif_shmcore.o caif_shm_u5500.o +obj-$(CONFIG_CAIF_SHM) += caif_shm.o -- cgit v1.2.3