Re: [RFC net-next] net: Z-Wave driver prototype

From: Randy Dunlap
Date: Sun Jan 20 2019 - 13:56:23 EST


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