You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
357 B
14 lines
357 B
ifeq ($(CONFIG_CAIF_DEBUG),y)
|
|
EXTRA_CFLAGS += -DDEBUG
|
|
endif
|
|
|
|
# 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
|
|
|
|
# Shared memory
|
|
caif_shm-objs := caif_shmcore.o caif_shm_u5500.o
|
|
obj-$(CONFIG_CAIF_SHM) += caif_shm.o
|
|
|