11 lines
306 B
Makefile
Executable file
11 lines
306 B
Makefile
Executable file
#
|
|
# Makefile for Secure OS control sysfs
|
|
#
|
|
obj-$(CONFIG_SECURE_OS_CONTROL) += sec_os_ctrl.o
|
|
|
|
# MobiCore kernel driver path
|
|
GUD_ROOT_FOLDER := drivers/gud/gud-s5e9925
|
|
|
|
# Includes MobiCore kernel driver
|
|
ccflags-y += -I$(GUD_ROOT_FOLDER)/MobiCoreDriver
|
|
ccflags-y += -I$(GUD_ROOT_FOLDER)/MobiCoreDriver/public
|