Makefile 192 B

123456
  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_GPIO) += button-gpio.o