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 |