lineage_kernel_xcoverpro/drivers/gud/gud-exynos9610/sec-os-booster/Makefile

13 lines
350 B
Makefile
Raw Normal View History

2023-06-18 22:53:49 +00:00
#
# Makefile for Secure OS booster API
#
obj-$(CONFIG_SECURE_OS_BOOSTER_API) += sec_os_booster.o
# MobiCore kernel driver path
GUD_ROOT_FOLDER := drivers/gud/gud-exynos9610
ccflags-y += -Iinclude/soc/samsung/
# Includes MobiCore kernel driver
ccflags-y += -I$(GUD_ROOT_FOLDER)/MobiCoreDriver
ccflags-y += -I$(GUD_ROOT_FOLDER)/MobiCoreDriver/public