aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/caif/Makefile
blob: 15a9d2fc753dcc8ef1ea6153b3be59c3ed6d5eb7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
ccflags-$(CONFIG_CAIF_DEBUG) := -DDEBUG

# Serial interface
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

# HSI interface
obj-$(CONFIG_CAIF_HSI) += caif_hsi.o