android_kernel_samsung_sm8650/drivers/muic/common/Makefile

13 lines
306 B
Makefile
Raw Permalink Normal View History

2024-10-06 23:20:51 +09:00
#
# Makefile for muic devices
#
subdir-ccflags-y := -Wformat
obj-$(CONFIG_MUIC_NOTIFIER) += common_muic.o
common_muic-y := muic-core.o muic_notifier.o muic_param.o
common_muic-$(CONFIG_MUIC_COMMON_SYSFS) += muic_sysfs.o
ifeq ($(CONFIG_SEC_KUNIT), y)
GCOV_PROFILE_muic-core.o := $(CONFIG_SEC_KUNIT)
endif