summaryrefslogtreecommitdiff
path: root/datapath/linux-2.6/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'datapath/linux-2.6/Makefile.in')
-rw-r--r--datapath/linux-2.6/Makefile.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/datapath/linux-2.6/Makefile.in b/datapath/linux-2.6/Makefile.in
new file mode 100644
index 000000000..efc1663e4
--- /dev/null
+++ b/datapath/linux-2.6/Makefile.in
@@ -0,0 +1,9 @@
+ifeq ($(KERNELRELEASE),)
+# We're being called directly by running make in this directory.
+include Makefile.main
+else
+# We're being included by the Linux kernel build system
+include Kbuild
+endif
+
+