aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/example/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-generic/example/Makefile.am')
-rw-r--r--platform/linux-generic/example/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/platform/linux-generic/example/Makefile.am b/platform/linux-generic/example/Makefile.am
new file mode 100644
index 000000000..84f337387
--- /dev/null
+++ b/platform/linux-generic/example/Makefile.am
@@ -0,0 +1,5 @@
+SUBDIRS =
+
+if WITH_ML
+SUBDIRS += ml
+endif