kernel_samsung_a53x/drivers/ifconn/Makefile
2024-06-15 16:02:09 -03:00

7 lines
250 B
Makefile
Executable file

#
# 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