datapath: Rename linux-2.6 and compat-2.6 directories.
[sliver-openvswitch.git] / datapath / linux / Makefile.in
diff --git a/datapath/linux/Makefile.in b/datapath/linux/Makefile.in
new file mode 100644 (file)
index 0000000..efc1663
--- /dev/null
@@ -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
+
+