summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.mak b/common.mak
index 2ec0dffd13..1fbdf2b489 100644
--- a/common.mak
+++ b/common.mak
@@ -87,6 +87,9 @@ endef
$(eval $(RULES))
+# Clear DIRS variable so that it is not used in other subdirectories.
+DIRS =
+
tests: $(TESTS)
-include $(DEPS)