Evgeniy Polyakov | bd529cf | 2005-12-06 13:38:28 +0300 | [diff] [blame] | 1 | # |
| 2 | # Makefile for the Dallas's 1-wire slaves. |
| 3 | # |
| 4 | |
Evgeniy Polyakov | bd529cf | 2005-12-06 13:38:28 +0300 | [diff] [blame] | 5 | obj-$(CONFIG_W1_SLAVE_THERM) += w1_therm.o |
| 6 | obj-$(CONFIG_W1_SLAVE_SMEM) += w1_smem.o |
Jean-François Dagenais | 8961027 | 2011-05-26 16:26:02 -0700 | [diff] [blame] | 7 | obj-$(CONFIG_W1_SLAVE_DS2408) += w1_ds2408.o |
Mika Laitio | 17fecb5 | 2011-01-12 17:01:06 -0800 | [diff] [blame] | 8 | obj-$(CONFIG_W1_SLAVE_DS2423) += w1_ds2423.o |
Herton Ronaldo Krzesinski | 8ca2f15 | 2009-02-27 14:03:00 -0800 | [diff] [blame] | 9 | obj-$(CONFIG_W1_SLAVE_DS2431) += w1_ds2431.o |
Evgeniy Polyakov | bd529cf | 2005-12-06 13:38:28 +0300 | [diff] [blame] | 10 | obj-$(CONFIG_W1_SLAVE_DS2433) += w1_ds2433.o |
Anton Vorontsov | d7ce6d1 | 2007-04-12 01:03:55 +0400 | [diff] [blame] | 11 | obj-$(CONFIG_W1_SLAVE_DS2760) += w1_ds2760.o |
Clifton Barnes | 275ac74 | 2011-05-26 16:26:04 -0700 | [diff] [blame^] | 12 | obj-$(CONFIG_W1_SLAVE_DS2780) += w1_ds2780.o |
Madhusudhan Chikkature | cfbc619 | 2008-11-12 13:27:11 -0800 | [diff] [blame] | 13 | obj-$(CONFIG_W1_SLAVE_BQ27000) += w1_bq27000.o |