diff options
author | Andi Kleen <ak@suse.de> | 2007-11-27 08:53:47 +0300 |
---|---|---|
committer | Lachlan McIlroy <lachlan@redback.melbourne.sgi.com> | 2008-02-18 04:48:03 +0300 |
commit | 58b7983d15a422d9616bdc4e245d5c31dfaefbe2 (patch) | |
tree | 0adeb3f24f366ffec42b13eafc0ecf13c9a74edb /fs/xfs/Kbuild | |
parent | de2eeea609b55e8c3994133a565b39edeaaaaf69 (diff) | |
download | linux-58b7983d15a422d9616bdc4e245d5c31dfaefbe2.tar.xz |
[XFS] Remove Makefile wrappers in XFS
Makefile (and Kbuild) would include Makefile-linux-26 I doubt XFS will
really still compile on 2.4; so drop that. This moves Makefile-linux-26
into Makefile and drops Kbuild. Also having wrappers as both Kbuild and
Makefile seemed redundant anyways.
The patch is relatively large because it renames a file, but no functional
changes.
SGI-PV: 971050
SGI-Modid: xfs-linux-melb:xfs-kern:29781a
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Donald Douwsma <donaldd@sgi.com>
Signed-off-by: Tim Shimmin <tes@sgi.com>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Diffstat (limited to 'fs/xfs/Kbuild')
-rw-r--r-- | fs/xfs/Kbuild | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/xfs/Kbuild b/fs/xfs/Kbuild deleted file mode 100644 index 2566e96706f1..000000000000 --- a/fs/xfs/Kbuild +++ /dev/null @@ -1,6 +0,0 @@ -# -# 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 |