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>
This commit is contained in:
Sam Ravnborg 2006-01-09 20:48:03 +01:00
parent 0d20babd86
commit a9aa1ffaac
1 changed files with 6 additions and 0 deletions

6
fs/xfs/Kbuild Normal file
View File

@ -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