Makefile 238 B

1234567
  1. # SPDX-License-Identifier: GPL-2.0+
  2. #
  3. # Copyright (C) 2023 Svyatoslav Ryhel <clamor95@gmail.com>
  4. obj-$(CONFIG_EXTCON) += extcon-uclass.o
  5. obj-$(CONFIG_EXTCON_SANDBOX) += extcon-sandbox.o
  6. obj-$(CONFIG_EXTCON_MAX14526) += extcon-max14526.o