Merge "Fix building docs as part of checkbuild" am: 35e12a7020 am: a8008259f9

Change-Id: Ib7fbc6ee15d98e7f7f6b85c1a2cecebec5c79bc7
This commit is contained in:
Automerger Merge Worker 2020-01-28 22:57:34 +00:00
commit 0550ae99a4
1 changed files with 1 additions and 1 deletions

View File

@ -1338,7 +1338,7 @@ modules_to_check += $(foreach m,$(ALL_MODULES),$(ALL_MODULES.$(m).BUILT))
endif
# Build docs as part of checkbuild to catch more breakages.
module_to_check += $(ALL_DOCS)
modules_to_check += $(ALL_DOCS)
# for easier debugging
modules_to_check := $(sort $(modules_to_check))