diff options
Diffstat (limited to 'drivers/w1/Makefile')
-rw-r--r-- | drivers/w1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/w1/Makefile b/drivers/w1/Makefile index 0c2aa22d8c04..f0465c20a675 100644 --- a/drivers/w1/Makefile +++ b/drivers/w1/Makefile | |||
@@ -2,7 +2,7 @@ | |||
2 | # Makefile for the Dallas's 1-wire bus. | 2 | # Makefile for the Dallas's 1-wire bus. |
3 | # | 3 | # |
4 | 4 | ||
5 | ifneq ($(CONFIG_NET), y) | 5 | ifeq ($(CONFIG_CONNECTOR), n) |
6 | EXTRA_CFLAGS += -DNETLINK_DISABLED | 6 | EXTRA_CFLAGS += -DNETLINK_DISABLED |
7 | endif | 7 | endif |
8 | 8 | ||