Blame view

drivers/w1/Makefile 203 Bytes
ec8f24b7f   Thomas Gleixner   treewide: Add SPD...
1
  # SPDX-License-Identifier: GPL-2.0-only
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
2
3
4
  #
  # Makefile for the Dallas's 1-wire bus.
  #
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
5
6
  obj-$(CONFIG_W1)	+= wire.o
  wire-objs		:= w1.o w1_int.o w1_family.o w1_netlink.o w1_io.o
bd529cfb4   Evgeniy Polyakov   [PATCH] W1: Move ...
7
  obj-y			+= masters/ slaves/
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
8