Newer
Older
barebox / drivers / w1 / slaves / Makefile
@Jean-Christophe PLAGNIOL-VILLARD Jean-Christophe PLAGNIOL-VILLARD on 29 Oct 2012 138 bytes 1-wire: add ds2433 support
#
# Makefile for the Dallas's 1-wire slaves.
#

obj-$(CONFIG_W1_SLAVE_DS2431)	+= w1_ds2431.o
obj-$(CONFIG_W1_SLAVE_DS2433)	+= w1_ds2433.o