summaryrefslogtreecommitdiff
path: root/make/subdir.mk
diff options
context:
space:
mode:
Diffstat (limited to 'make/subdir.mk')
-rw-r--r--make/subdir.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/subdir.mk b/make/subdir.mk
index 5b3c1f0fb2d5..6dadc7b61317 100644
--- a/make/subdir.mk
+++ b/make/subdir.mk
@@ -3,8 +3,8 @@
# Subdirectory makefiles must define:
# SubDirs - The subdirectories to traverse.
# ObjNames - The objects available in that directory.
-# Implementation - 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: