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: Sun, 20 Jan 2019 10:56:07 -0800 From: Randy Dunlap <rdunlap@...radead.org> To: Andreas Färber <afaerber@...e.de>, linux-lpwan@...ts.infradead.org, linux-wpan@...r.kernel.org Cc: Alexander Aring <alex.aring@...il.com>, Stefan Schmidt <stefan@...enfreihafen.org>, netdev@...r.kernel.org, linux-kernel@...r.kernel.org, TL Lim <tllim@...e64.org>, "David S. Miller" <davem@...emloft.net> Subject: Re: [RFC net-next] net: Z-Wave driver prototype On 1/20/19 10:33 AM, Andreas Färber wrote: > diff --git a/drivers/net/zwave/Makefile b/drivers/net/zwave/Makefile > new file mode 100644 > index 000000000000..1a4171308c79 > --- /dev/null > +++ b/drivers/net/zwave/Makefile > @@ -0,0 +1 @@ > +obj-m += zwave.o Hi, This will need a Kconfig file and a symbol so that the Makefile will not always build the zwave module. thanks, -- ~Randy
Powered by blists - more mailing lists