summaryrefslogtreecommitdiff
path: root/datapath/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'datapath/Makefile.am')
-rw-r--r--datapath/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/datapath/Makefile.am b/datapath/Makefile.am
new file mode 100644
index 000000000..71e2dc485
--- /dev/null
+++ b/datapath/Makefile.am
@@ -0,0 +1,12 @@
+SUBDIRS =
+if L26_ENABLED
+SUBDIRS += linux-2.6
+endif
+
+EXTRA_DIST = $(dist_headers) $(dist_sources)
+
+# Suppress warnings about GNU extensions in Modules.mk files.
+AUTOMAKE_OPTIONS = -Wno-portability
+
+include Modules.mk
+include linux-2.6/Modules.mk