aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorSam Ravnborg <sam@mars.ravnborg.org>2006-01-09 20:48:03 +0100
committerSam Ravnborg <sam@mars.ravnborg.org>2006-01-09 20:48:03 +0100
commita9aa1ffaac7c8d6f093bb8f7cdeea761a5e25f53 (patch)
tree97141773b0cb2e0403d73e35a29b726b7ab55d94 /fs
parentkbuild: drop vmlinux dependency from "make install" (diff)
downloadlinux-dev-a9aa1ffaac7c8d6f093bb8f7cdeea761a5e25f53.tar.xz
linux-dev-a9aa1ffaac7c8d6f093bb8f7cdeea761a5e25f53.zip
kbuild/xfs: introduce fs/xfs/Kbuild
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>
Diffstat (limited to 'fs')
-rw-r--r--fs/xfs/Kbuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/xfs/Kbuild b/fs/xfs/Kbuild
new file mode 100644
index 000000000000..2566e96706f1
--- /dev/null
+++ b/fs/xfs/Kbuild
@@ -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