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