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.
1#
2# Makefile for industrial I/O temperature drivers
3#
4
5obj-$(CONFIG_HID_SENSOR_TEMP) += hid-sensor-temperature.o
6obj-$(CONFIG_MAXIM_THERMOCOUPLE) += maxim_thermocouple.o
7obj-$(CONFIG_MLX90614) += mlx90614.o
8obj-$(CONFIG_TMP006) += tmp006.o
9obj-$(CONFIG_TMP007) += tmp007.o
10obj-$(CONFIG_TSYS01) += tsys01.o
11obj-$(CONFIG_TSYS02D) += tsys02d.o