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 master 8 lines 296 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Makefile for industrial I/O Inclinometer sensor drivers 4# 5 6# When adding new entries keep the list in alphabetical order 7obj-$(CONFIG_HID_SENSOR_INCLINOMETER_3D) += hid-sensor-incl-3d.o 8obj-$(CONFIG_HID_SENSOR_DEVICE_ROTATION) += hid-sensor-rotation.o