Makefile 200 B

123456789
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Makefile for USB Power Delivery drivers
  4. #
  5. obj-$(CONFIG_USB_PD_POLICY) += usbpd.o
  6. usbpd-y := policy_engine.o
  7. obj-$(CONFIG_QPNP_USB_PDPHY) += qpnp-pdphy.o