]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/macintosh/ams/Makefile
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-jammy-kernel.git] / drivers / macintosh / ams / Makefile
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
dcb69dd0
SP
2#
3# Makefile for Apple Motion Sensor driver
4#
5
6ams-y := ams-core.o ams-input.o
7ams-$(CONFIG_SENSORS_AMS_PMU) += ams-pmu.o
8ams-$(CONFIG_SENSORS_AMS_I2C) += ams-i2c.o
9obj-$(CONFIG_SENSORS_AMS) += ams.o