aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/w1/Makefile')
-rw-r--r--drivers/w1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/w1/Makefile b/drivers/w1/Makefile
index 0c2aa22d8c04c..f0465c20a6758 100644
--- a/drivers/w1/Makefile
+++ b/drivers/w1/Makefile
@@ -2,7 +2,7 @@
# Makefile for the Dallas's 1-wire bus.
#
-ifneq ($(CONFIG_NET), y)
+ifeq ($(CONFIG_CONNECTOR), n)
EXTRA_CFLAGS += -DNETLINK_DISABLED
endif