xref: /kernel/linux/linux-5.10/drivers/w1/slaves/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/w1/slaves/
18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ci#
38c2ecf20Sopenharmony_ci# Makefile for the Dallas's 1-wire slaves.
48c2ecf20Sopenharmony_ci#
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ciobj-$(CONFIG_W1_SLAVE_THERM)	+= w1_therm.o
78c2ecf20Sopenharmony_ciobj-$(CONFIG_W1_SLAVE_SMEM)	+= w1_smem.o
88c2ecf20Sopenharmony_ciobj-$(CONFIG_W1_SLAVE_DS2405)	+= w1_ds2405.o
98c2ecf20Sopenharmony_ciobj-$(CONFIG_W1_SLAVE_DS2408)	+= w1_ds2408.o
108c2ecf20Sopenharmony_ciobj-$(CONFIG_W1_SLAVE_DS2413)	+= w1_ds2413.o
118c2ecf20Sopenharmony_ciobj-$(CONFIG_W1_SLAVE_DS2406)	+= w1_ds2406.o
128c2ecf20Sopenharmony_ciobj-$(CONFIG_W1_SLAVE_DS2423)	+= w1_ds2423.o
138c2ecf20Sopenharmony_ciobj-$(CONFIG_W1_SLAVE_DS2430)	+= w1_ds2430.o
148c2ecf20Sopenharmony_ciobj-$(CONFIG_W1_SLAVE_DS2431)	+= w1_ds2431.o
158c2ecf20Sopenharmony_ciobj-$(CONFIG_W1_SLAVE_DS2805)	+= w1_ds2805.o
168c2ecf20Sopenharmony_ciobj-$(CONFIG_W1_SLAVE_DS2433)	+= w1_ds2433.o
178c2ecf20Sopenharmony_ciobj-$(CONFIG_W1_SLAVE_DS2438)	+= w1_ds2438.o
188c2ecf20Sopenharmony_ciobj-$(CONFIG_W1_SLAVE_DS250X)	+= w1_ds250x.o
198c2ecf20Sopenharmony_ciobj-$(CONFIG_W1_SLAVE_DS2780)	+= w1_ds2780.o
208c2ecf20Sopenharmony_ciobj-$(CONFIG_W1_SLAVE_DS2781)	+= w1_ds2781.o
218c2ecf20Sopenharmony_ciobj-$(CONFIG_W1_SLAVE_DS28E04)	+= w1_ds28e04.o
228c2ecf20Sopenharmony_ciobj-$(CONFIG_W1_SLAVE_DS28E17)	+= w1_ds28e17.o
23

Indexes created Thu Nov 07 10:32:03 CST 2024