diff options
Diffstat (limited to 'drivers/tee/tstee/Makefile')
-rw-r--r-- | drivers/tee/tstee/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/tee/tstee/Makefile b/drivers/tee/tstee/Makefile new file mode 100644 index 0000000000..5227020ebd --- /dev/null +++ b/drivers/tee/tstee/Makefile @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0-only +arm-tstee-objs := core.o +obj-$(CONFIG_ARM_TSTEE) = arm-tstee.o |