X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fw1%2FMakefile;h=a389bdc047d3558d62d82c793c6ed21c2fe98dca;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=7d005d9603d95ac501177d75d7764587c7610e10;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/drivers/w1/Makefile b/drivers/w1/Makefile index 7d005d960..a389bdc04 100644 --- a/drivers/w1/Makefile +++ b/drivers/w1/Makefile @@ -7,3 +7,10 @@ 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 +