commit | a9aa1ffaac7c8d6f093bb8f7cdeea761a5e25f53 | [log] [tgz] |
---|---|---|
author | Sam Ravnborg <sam@mars.ravnborg.org> | Mon Jan 09 20:48:03 2006 +0100 |
committer | Sam Ravnborg <sam@mars.ravnborg.org> | Mon Jan 09 20:48:03 2006 +0100 |
tree | 97141773b0cb2e0403d73e35a29b726b7ab55d94 | |
parent | 0d20babd86b40fa5ac55d9ebf31d05f6f7082161 [diff] |
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>