cfi-cmdset-0001: always update the chip status
[deliverable/linux.git] / drivers / w1 / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the Dallas's 1-wire bus.
3#
4
5ifneq ($(CONFIG_NET), y)
6EXTRA_CFLAGS += -DNETLINK_DISABLED
7endif
8
0a25e4d5
EP
9ifeq ($(CONFIG_W1_DS2433_CRC), y)
10EXTRA_CFLAGS += -DCONFIG_W1_F23_CRC
11endif
12
1da177e4
LT
13obj-$(CONFIG_W1) += wire.o
14wire-objs := w1.o w1_int.o w1_family.o w1_netlink.o w1_io.o
15
bd529cfb 16obj-y += masters/ slaves/
1da177e4 17
This page took 0.159863 seconds and 5 git commands to generate.