diff options
Diffstat (limited to 'drivers/net/caif/Makefile')
| -rw-r--r-- | drivers/net/caif/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/caif/Makefile b/drivers/net/caif/Makefile index 3a11d619452b..b38d987da67d 100644 --- a/drivers/net/caif/Makefile +++ b/drivers/net/caif/Makefile | |||
| @@ -8,3 +8,7 @@ obj-$(CONFIG_CAIF_TTY) += caif_serial.o | |||
| 8 | # SPI slave physical interfaces module | 8 | # SPI slave physical interfaces module |
| 9 | cfspi_slave-objs := caif_spi.o caif_spi_slave.o | 9 | cfspi_slave-objs := caif_spi.o caif_spi_slave.o |
| 10 | obj-$(CONFIG_CAIF_SPI_SLAVE) += cfspi_slave.o | 10 | obj-$(CONFIG_CAIF_SPI_SLAVE) += cfspi_slave.o |
| 11 | |||
| 12 | # Shared memory | ||
| 13 | caif_shm-objs := caif_shmcore.o caif_shm_u5500.o | ||
| 14 | obj-$(CONFIG_CAIF_SHM) += caif_shm.o | ||
