swh:1:snp:32555a3fd8878f019c2ebd6c964bc1edcaeff337
Raw File
Tip revision: 959f58544b7f20c92d5eb43d1232c96c15c01bfb authored by Linus Torvalds on 27 October 2013, 23:12:03 UTC
Linux 3.12-rc7
Tip revision: 959f585
Makefile
#
# Makefile for the Dallas's 1-wire bus.
#

obj-$(CONFIG_W1)	+= wire.o
wire-objs		:= w1.o w1_int.o w1_family.o w1_netlink.o w1_io.o

obj-y			+= masters/ slaves/

back to top