You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
kernel_samsung_sm7125/drivers/samsung/Makefile

14 lines
430 B

subdir-ccflags-y := -Wformat
obj-$(CONFIG_DRV_SAMSUNG) += sec_class.o sec_kcompat.o
obj-$(CONFIG_SEC_PARAM) += sec_param.o
obj-$(CONFIG_SEC_MPARAM) += sec_mparam.o
obj-$(CONFIG_SEC_SYSUP) += sec_sysup.o
obj-$(CONFIG_SEC_DEBUG) += debug/
obj-$(CONFIG_SEC_MISC) += misc/
obj-$(CONFIG_SEC_QUEST) += quest/
obj-$(CONFIG_SEC_DEBUG_TEST) += debug/
GCOV_PROFILE_sec_class.o :=y
obj-$(CONFIG_SAMSUNG_LMKD_DEBUG) += lmkd_debug.o