aboutsummaryrefslogtreecommitdiff
path: root/include/os/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'include/os/Makefile.am')
-rw-r--r--include/os/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/os/Makefile.am b/include/os/Makefile.am
new file mode 100644
index 000000000000..7eab1abde984
--- /dev/null
+++ b/include/os/Makefile.am
@@ -0,0 +1,6 @@
+if BUILD_LINUX
+SUBDIRS = linux
+endif
+if BUILD_FREEBSD
+SUBDIRS = freebsd
+endif