1 2 3 4 5 6
# SPDX-License-Identifier: GPL-2.0+ # # Copyright (C) 2020 Philippe Reynes <[email protected]> obj-$(CONFIG_BUTTON) += button-uclass.o obj-$(CONFIG_BUTTON_GPIO) += button-gpio.o