Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Jens Wiklander | 967c9cc | 2015-03-11 14:39:39 +0100 | [diff] [blame] | 2 | obj-$(CONFIG_TEE) += tee.o |
3 | tee-objs += tee_core.o | ||||
4 | tee-objs += tee_shm.o | ||||
5 | tee-objs += tee_shm_pool.o | ||||
Jens Wiklander | 4fb0a5e | 2015-04-14 14:33:20 +0200 | [diff] [blame] | 6 | obj-$(CONFIG_OPTEE) += optee/ |