aboutsummaryrefslogtreecommitdiff
path: root/pl/Dir.mk
diff options
context:
space:
mode:
Diffstat (limited to 'pl/Dir.mk')
-rw-r--r--pl/Dir.mk21
1 files changed, 0 insertions, 21 deletions
diff --git a/pl/Dir.mk b/pl/Dir.mk
deleted file mode 100644
index 2d007790d241..000000000000
--- a/pl/Dir.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-# Makefile fragment - requires GNU make
-#
-# Copyright (c) 2022, Arm Limited.
-# SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
-
-# These targets are defined if we prescribe pl in SUBS.
-# It requires PLSUBS to be set.
-
-$(foreach sub,$(PLSUBS),$(eval include $(srcdir)/pl/$(sub)/Dir.mk))
-
-pl-files := $($(PLSUBS:%=pl/%-files))
-
-all-pl: $(PLSUBS:%=all-pl/%)
-
-check-pl: $(PLSUBS:%=check-pl/%)
-
-install-pl: $(PLSUBS:%=install-pl/%)
-
-clean-pl: $(PLSUBS:%=clean-pl/%)
-
-.PHONY: all-pl check-pl install-pl clean-pl