Philippe Reynes | 3483aa2 | 2020-07-24 18:19:45 +0200 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
| 2 | # |
| 3 | # Copyright (C) 2020 Philippe Reynes <philippe.reynes@softathome.com> |
| 4 | |
| 5 | obj-$(CONFIG_BUTTON) += button-uclass.o |
Marek Szyprowski | d26c408 | 2021-02-18 11:33:15 +0100 | [diff] [blame] | 6 | obj-$(CONFIG_BUTTON_ADC) += button-adc.o |
Philippe Reynes | 7686d9f | 2020-07-24 18:19:46 +0200 | [diff] [blame] | 7 | obj-$(CONFIG_BUTTON_GPIO) += button-gpio.o |
Caleb Connolly | 55759a3 | 2023-12-05 13:46:47 +0000 | [diff] [blame] | 8 | obj-$(CONFIG_BUTTON_QCOM_PMIC) += button-qcom-pmic.o |