diff options
Diffstat (limited to 'net/caif/Makefile')
-rw-r--r-- | net/caif/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/caif/Makefile b/net/caif/Makefile index ebcd4e7e6f47..cc2b51154d03 100644 --- a/net/caif/Makefile +++ b/net/caif/Makefile | |||
@@ -10,5 +10,6 @@ caif-y := caif_dev.o \ | |||
10 | obj-$(CONFIG_CAIF) += caif.o | 10 | obj-$(CONFIG_CAIF) += caif.o |
11 | obj-$(CONFIG_CAIF_NETDEV) += chnl_net.o | 11 | obj-$(CONFIG_CAIF_NETDEV) += chnl_net.o |
12 | obj-$(CONFIG_CAIF) += caif_socket.o | 12 | obj-$(CONFIG_CAIF) += caif_socket.o |
13 | obj-$(CONFIG_CAIF_USB) += caif_usb.o | ||
13 | 14 | ||
14 | export-y := caif.o | 15 | export-y := caif.o |