7 lines
139 B
Makefile
7 lines
139 B
Makefile
|
|
#
|
||
|
|
# Makefile for USB Power Delivery drivers
|
||
|
|
#
|
||
|
|
|
||
|
|
obj-$(CONFIG_USB_PD_POLICY) += policy_engine.o
|
||
|
|
obj-$(CONFIG_QPNP_USB_PDPHY) += qpnp-pdphy.o
|