summaryrefslogtreecommitdiff
path: root/projects/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/Makefile')
-rw-r--r--projects/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/Makefile b/projects/Makefile
index 2fe6430093..e382e86e4d 100644
--- a/projects/Makefile
+++ b/projects/Makefile
@@ -10,6 +10,6 @@ LEVEL=..
include $(LEVEL)/Makefile.config
-DIRS:= SmallExamples sample
+DIRS:= $(patsubst %/Makefile,%,$(wildcard $(SourceDir)/*/Makefile))
include $(BUILD_SRC_ROOT)/Makefile.rules