10 lines
199 B
Makefile
10 lines
199 B
Makefile
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
|
#
|
||
|
|
# Makefile for USB Power Delivery drivers
|
||
|
|
#
|
||
|
|
|
||
|
|
obj-$(CONFIG_USB_PD_POLICY) += usbpd.o
|
||
|
|
usbpd-y := policy_engine.o
|
||
|
|
|
||
|
|
obj-$(CONFIG_QPNP_USB_PDPHY) += qpnp-pdphy.o
|