Philippe Reynes | 30d66db | 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 | c0165c8 | 2021-02-18 11:33:15 +0100 | [diff] [blame] | 6 | obj-$(CONFIG_BUTTON_ADC) += button-adc.o |
Philippe Reynes | 486b973 | 2020-07-24 18:19:46 +0200 | [diff] [blame] | 7 | obj-$(CONFIG_BUTTON_GPIO) += button-gpio.o |
Caleb Connolly | 64d3392 | 2023-11-30 15:11:47 +0000 | [diff] [blame] | 8 | obj-$(CONFIG_BUTTON_QCOM_PMIC) += button-qcom-pmic.o |