aboutsummaryrefslogtreecommitdiff
path: root/tools/build_system
diff options
context:
space:
mode:
authorChris Kay <chris.kay@arm.com>2018-10-26 16:00:04 +0100
committerronald-cron-arm <39518861+ronald-cron-arm@users.noreply.github.com>2018-11-14 14:33:49 +0100
commit62b4c39ead8ed5acd3af4f19e26e49a3c8f3d08f (patch)
treec7bab336d4b50d1485d4cd00d6f85bf097bb06eb /tools/build_system
parentc92cc55b3cd06f65574567055d80d267e61b99b0 (diff)
build: Move doc target
The doc target in the top-level Makefile hides the target of the same name introduced in rules.mk. This commit moves the rules.mk target to the documentation Makefile where it cannot leak into the rest of the build system. Change-Id: I5f075c59978cc996dec9c48dd4ee40a90b11829a Signed-off-by: Chris Kay <chris.kay@arm.com>
Diffstat (limited to 'tools/build_system')
-rw-r--r--tools/build_system/rules.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/build_system/rules.mk b/tools/build_system/rules.mk
index c718b2cb..2567b0ec 100644
--- a/tools/build_system/rules.mk
+++ b/tools/build_system/rules.mk
@@ -223,11 +223,6 @@ $(BUILD_PATH)/%/:
$(call show-action,MD,$@)
$(MD) $@
-.PHONY: doc
-doc: | $(BUILD_DOC_DIR)/
- $(call show-action,DOC,)
- $(DOC) $(DOC_DIR)/config.dxy
-
# Include dependency files
-include $(OBJECTS:%.o=%.d)