kernel_samsung_a53x/drivers/gud/gud-exynos2100/64/sec-os-booster/Makefile

13 lines
353 B
Makefile
Raw Normal View History

2024-06-15 16:02:09 -03: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-exynos2100/64
ccflags-y += -Iinclude/soc/samsung/
# Includes MobiCore kernel driver
ccflags-y += -I$(GUD_ROOT_FOLDER)/MobiCoreDriver
ccflags-y += -I$(GUD_ROOT_FOLDER)/MobiCoreDriver/public