X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fw1%2FMakefile;h=6bb0b54965f2ac3d1257cadea6a2d7911f2aa13e;hb=83f7a2c118833d3738b4d162ea3c17d0bd8ffa94;hp=f0465c20a67583f13d4c69e372416819e23b64d6;hpb=12003375acd879e498c6c511faf27531296f9640;p=linux-2.6 diff --git a/drivers/w1/Makefile b/drivers/w1/Makefile index f0465c20a6..6bb0b54965 100644 --- a/drivers/w1/Makefile +++ b/drivers/w1/Makefile @@ -2,14 +2,6 @@ # Makefile for the Dallas's 1-wire bus. # -ifeq ($(CONFIG_CONNECTOR), n) -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