summaryrefslogtreecommitdiffstats
path: root/compiler-rt/make/subdir.mk
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/make/subdir.mk')
-rw-r--r--compiler-rt/make/subdir.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler-rt/make/subdir.mk b/compiler-rt/make/subdir.mk
index cf767f876a5..4b1b83e0892 100644
--- a/compiler-rt/make/subdir.mk
+++ b/compiler-rt/make/subdir.mk
@@ -3,8 +3,8 @@
# Subdirectory makefiles must define:
# SubDirs - The subdirectories to traverse.
# ObjNames - The objects available in that directory.
-# Target - The library configuration the objects should go in (Generic or
-# Optimized)
+# Implementation - The library configuration the objects should go in (Generic or
+# Optimized)
# Dependencies - Any dependences for the object files.
#
# Subdirectory makefiles may define:
@@ -44,7 +44,7 @@ $(foreach config,$(ConfigsToTraverse), \
# The list of variables which are intended to be overridden in a subdirectory
# makefile.
-RequiredSubdirVariables := SubDirs ObjNames Target Dependencies
+RequiredSubdirVariables := SubDirs ObjNames Implementation Dependencies
OptionalSubdirVariables := OnlyArchs OnlyConfigs
# Template: subdir_traverse_template subdir
OpenPOWER on IntegriCloud