Revision fbc2d1686dc5c2e403091f3c25ca2bc16f88cccb authored by Al Viro on 21 December 2019, 02:06:08 UTC, committed by Al Viro on 07 February 2020, 19:48:31 UTC
pointless alias for invalf()...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
1 parent aa1918f
Raw File
Makefile
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_TEE) += tee.o
tee-objs += tee_core.o
tee-objs += tee_shm.o
tee-objs += tee_shm_pool.o
obj-$(CONFIG_OPTEE) += optee/
back to top