aboutsummaryrefslogtreecommitdiff
path: root/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/dmpu_integration_test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/dmpu_integration_test/Makefile')
-rw-r--r--lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/dmpu_integration_test/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/dmpu_integration_test/Makefile b/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/dmpu_integration_test/Makefile
deleted file mode 100644
index 64f2551d5f..0000000000
--- a/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/dmpu_integration_test/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-#-------------------------------------------------------------------------------
-# Copyright (c) 2001-2019, Arm Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-#-------------------------------------------------------------------------------
-
-HOST_PROJ_ROOT ?= ../../../..
-
-ifneq (,$(findstring gnu,$(CROSS_COMPILE)))
-TEE_OS = linux
-else
-TEE_OS = freertos
-endif
-
-ifneq ($(wildcard $(HOST_PROJ_ROOT)/../configs/proj-cc312-sbrom_integration_tests.cfg),)
-$(info Compiling for Internal ARM use)
-ARM_INTERNAL=1
-else
-ARM_INTERNAL=0
-endif
-
-include $(HOST_PROJ_ROOT)/Makefile.defs
-
-include dmpu_integration_test.mk
-
-include $(HOST_PROJ_ROOT)/Makefile.rules \ No newline at end of file