[PATCH] w1: Userspace communication protocol over connector.
[deliverable/linux.git] / drivers / w1 / Makefile
index 0c2aa22d8c04ca6d0d89406431381bac62e8ac39..f0465c20a67583f13d4c69e372416819e23b64d6 100644 (file)
@@ -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
 
This page took 0.023357 seconds and 5 git commands to generate.