kernel_samsung_a53x/drivers/vibrator/dc/Makefile

10 lines
230 B
Makefile
Raw Normal View History

2024-06-15 16:02:09 -03:00
#
# Makefile for the vibrator driver ICs with vibrator driver
#
subdir-ccflags-y := -Wformat
obj-$(CONFIG_DC_VIBRATOR) += dc_vibrator.o
ifeq ($(CONFIG_SEC_KUNIT), y)
GCOV_PROFILE_dc_vibrator.o := $(CONFIG_SEC_KUNIT)
endif