lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 30 Nov 2009 16:00:52 +0100 From: sjur.brandeland@...ricsson.com To: netdev@...r.kernel.org, stefano.babic@...ic.homelinux.org Cc: randy.dunlap@...cle.com, kim.xx.lilliestierna@...ricsson.com, christian.bejram@...ricsson.com, daniel.martensson@...ricsson.com, Sjur Braendeland <sjur.brandeland@...ricsson.com> Subject: [RFC PATCH v3 8/8] CAIF Protocol Stack From: Sjur Braendeland <sjur.brandeland@...ricsson.com> Signed-off-by: Sjur Braendeland <sjur.brandeland@...ricsson.com> --- drivers/net/Makefile | 1 + net/Kconfig | 1 + net/Makefile | 1 + 3 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/net/Makefile b/drivers/net/Makefile index 246323d..17796f9 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -285,3 +285,4 @@ obj-$(CONFIG_VIRTIO_NET) += virtio_net.o obj-$(CONFIG_SFC) += sfc/ obj-$(CONFIG_WIMAX) += wimax/ +obj-$(CONFIG_CAIF) += caif/ diff --git a/net/Kconfig b/net/Kconfig index 041c35e..1c3890f 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -275,5 +275,6 @@ source "net/wimax/Kconfig" source "net/rfkill/Kconfig" source "net/9p/Kconfig" +source "net/caif/Kconfig" endif # if NET diff --git a/net/Makefile b/net/Makefile index 1542e72..a5eae27 100644 --- a/net/Makefile +++ b/net/Makefile @@ -56,6 +56,7 @@ obj-$(CONFIG_NETLABEL) += netlabel/ obj-$(CONFIG_IUCV) += iucv/ obj-$(CONFIG_RFKILL) += rfkill/ obj-$(CONFIG_NET_9P) += 9p/ +obj-$(CONFIG_CAIF) += caif/ ifneq ($(CONFIG_DCB),) obj-y += dcb/ endif -- 1.6.2.2.1669.g7eaf8 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists