]> Git Repo - linux.git/blob - drivers/macintosh/ams/Makefile
ASoC: simple-card: Use snd_soc_of_parse_aux_devs()
[linux.git] / drivers / macintosh / ams / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Makefile for Apple Motion Sensor driver
4 #
5
6 ams-y                                   := ams-core.o ams-input.o
7 ams-$(CONFIG_SENSORS_AMS_PMU)           += ams-pmu.o
8 ams-$(CONFIG_SENSORS_AMS_I2C)           += ams-i2c.o
9 obj-$(CONFIG_SENSORS_AMS)               += ams.o
This page took 0.036618 seconds and 4 git commands to generate.