diff options
Diffstat (limited to 'drivers/net/caif/Makefile')
-rw-r--r-- | drivers/net/caif/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/caif/Makefile b/drivers/net/caif/Makefile index 15a9d2fc753d..9bbd45391f6c 100644 --- a/drivers/net/caif/Makefile +++ b/drivers/net/caif/Makefile | |||
@@ -9,3 +9,6 @@ obj-$(CONFIG_CAIF_SPI_SLAVE) += cfspi_slave.o | |||
9 | 9 | ||
10 | # HSI interface | 10 | # HSI interface |
11 | obj-$(CONFIG_CAIF_HSI) += caif_hsi.o | 11 | obj-$(CONFIG_CAIF_HSI) += caif_hsi.o |
12 | |||
13 | # Virtio interface | ||
14 | obj-$(CONFIG_CAIF_VIRTIO) += caif_virtio.o | ||