kernel_samsung_a53x/drivers/ifconn/Makefile

8 lines
250 B
Makefile
Raw Normal View History

2024-06-15 21:02:09 +02:00
#
# Makefile for usb typec manager drivers
#
obj-$(CONFIG_IFCONN_NOTIFIER_MODULE) += ifconn_notifier_module.o
ifconn_notifier_module-$(CONFIG_IFCONN_NOTIFIER) += ifconn_notifier.o
ifconn_notifier_module-$(CONFIG_IFCONN_MANAGER) += ifconn_manager.o