1# SPDX-License-Identifier: GPL-2.0+
2#
3# Copyright (C) 2020 Philippe Reynes <philippe.reynes@softathome.com>
4
5obj-$(CONFIG_BUTTON) += button-uclass.o
6obj-$(CONFIG_BUTTON_ADC) += button-adc.o
7obj-$(CONFIG_BUTTON_GPIO) += button-gpio.o
8