aboutsummaryrefslogtreecommitdiff
path: root/lib/ext/cryptocell-312-runtime/utils/src/dmpu_asset_pkg_util/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ext/cryptocell-312-runtime/utils/src/dmpu_asset_pkg_util/Makefile')
-rw-r--r--lib/ext/cryptocell-312-runtime/utils/src/dmpu_asset_pkg_util/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/lib/ext/cryptocell-312-runtime/utils/src/dmpu_asset_pkg_util/Makefile b/lib/ext/cryptocell-312-runtime/utils/src/dmpu_asset_pkg_util/Makefile
deleted file mode 100644
index b822b2911b..0000000000
--- a/lib/ext/cryptocell-312-runtime/utils/src/dmpu_asset_pkg_util/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-#-------------------------------------------------------------------------------
-# Copyright (c) 2001-2019, Arm Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-#-------------------------------------------------------------------------------
-
-SUB_DIRS = oem_key_request icv_key_response oem_asset_package
-
-all: $(foreach sub_dir,$(SUB_DIRS),do_$(sub_dir))
-
-clean: $(foreach sub_dir,$(SUB_DIRS),clean_$(sub_dir))
-
-clean_%:
- @make -C $* clean
-
-do_%:
- @make -C $*
-
-.PHONY: all clean clean_% do_%
-