6 lines
96 B
Makefile
6 lines
96 B
Makefile
|
#
|
||
|
# Makefile for the kernel security code
|
||
|
#
|
||
|
obj-$(CONFIG_TRUSTED_LITTLE_KERNEL) += tlk_driver/
|
||
|
|