kbuild/xfs: introduce fs/xfs/Kbuild
authorSam Ravnborg <sam@mars.ravnborg.org>
Mon, 9 Jan 2006 19:48:03 +0000 (20:48 +0100)
committerSam Ravnborg <sam@mars.ravnborg.org>
Mon, 9 Jan 2006 19:48:03 +0000 (20:48 +0100)
In kbuild the file named 'Kbuild' has precedence over the file named
Makefile. Utilise a file named Kbuild to include the 2.6 Makefile for xfs
- since the xfs people likes to keep their arch specific Makefiles separate.

With this patch xfs does no longer rely on the KERNELRELEASE components to be global.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
fs/xfs/Kbuild [new file with mode: 0644]

diff --git a/fs/xfs/Kbuild b/fs/xfs/Kbuild
new file mode 100644 (file)
index 0000000..2566e96
--- /dev/null
@@ -0,0 +1,6 @@
+#
+# The xfs people like to share Makefile with 2.6 and 2.4.
+# Utilise file named Kbuild file which has precedence over Makefile.
+#
+
+include $(srctree)/$(obj)/Makefile-linux-2.6