7 lines
154 B
Makefile
7 lines
154 B
Makefile
|
#
|
||
|
# Makefile for usb typec manager drivers
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_IFCONN_MANAGER) += ifconn_manager.o
|
||
|
obj-$(CONFIG_IFCONN_NOTIFIER) += ifconn_notifier.o
|