Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.3-rc8 14 lines 450 B view raw
1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for industrial I/O temperature drivers 4# 5 6obj-$(CONFIG_HID_SENSOR_TEMP) += hid-sensor-temperature.o 7obj-$(CONFIG_MAXIM_THERMOCOUPLE) += maxim_thermocouple.o 8obj-$(CONFIG_MAX31856) += max31856.o 9obj-$(CONFIG_MLX90614) += mlx90614.o 10obj-$(CONFIG_MLX90632) += mlx90632.o 11obj-$(CONFIG_TMP006) += tmp006.o 12obj-$(CONFIG_TMP007) += tmp007.o 13obj-$(CONFIG_TSYS01) += tsys01.o 14obj-$(CONFIG_TSYS02D) += tsys02d.o