blob: bbd18af14940ed469309d2cb73727639df188a80 [file] [log] [blame]
Philippe Reynes30d66db2020-07-24 18:19:45 +02001# SPDX-License-Identifier: GPL-2.0+
2#
3# Copyright (C) 2020 Philippe Reynes <philippe.reynes@softathome.com>
4
5obj-$(CONFIG_BUTTON) += button-uclass.o
Marek Szyprowskic0165c82021-02-18 11:33:15 +01006obj-$(CONFIG_BUTTON_ADC) += button-adc.o
Philippe Reynes486b9732020-07-24 18:19:46 +02007obj-$(CONFIG_BUTTON_GPIO) += button-gpio.o