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.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler-rt/make/subdir.mk b/compiler-rt/make/subdir.mk
index 900f7e6ab7b..5b3c1f0fb2d 100644
--- a/compiler-rt/make/subdir.mk
+++ b/compiler-rt/make/subdir.mk
@@ -20,7 +20,8 @@ endif
# The list of variables which are intended to be overridden in a subdirectory
# makefile.
-RequiredSubdirVariables := SubDirs ObjNames Implementation Dependencies
+RequiredSubdirVariables := \
+ ModuleName SubDirs ObjNames Implementation Dependencies
OptionalSubdirVariables := OnlyArchs OnlyConfigs
# Template: subdir_traverse_template subdir
OpenPOWER on IntegriCloud