X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fw1%2FMakefile;fp=drivers%2Fw1%2FMakefile;h=0c2aa22d8c04ca6d0d89406431381bac62e8ac39;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=80725c348e704fe185d441aa6c6747747b6e3250;hpb=cee37fe97739d85991964371c1f3a745c00dd236;p=linux-2.6.git diff --git a/drivers/w1/Makefile b/drivers/w1/Makefile index 80725c348..0c2aa22d8 100644 --- a/drivers/w1/Makefile +++ b/drivers/w1/Makefile @@ -6,15 +6,12 @@ ifneq ($(CONFIG_NET), y) EXTRA_CFLAGS += -DNETLINK_DISABLED endif +ifeq ($(CONFIG_W1_DS2433_CRC), y) +EXTRA_CFLAGS += -DCONFIG_W1_F23_CRC +endif + obj-$(CONFIG_W1) += wire.o wire-objs := w1.o w1_int.o w1_family.o w1_netlink.o w1_io.o -obj-$(CONFIG_W1_MATROX) += matrox_w1.o -obj-$(CONFIG_W1_THERM) += w1_therm.o -obj-$(CONFIG_W1_SMEM) += w1_smem.o - -obj-$(CONFIG_W1_DS9490) += ds9490r.o -ds9490r-objs := dscore.o - -obj-$(CONFIG_W1_DS9490_BRIDGE) += ds_w1_bridge.o +obj-y += masters/ slaves/