Makefile 233 B

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