Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a9aa1ffa authored by Sam Ravnborg's avatar Sam Ravnborg
Browse files

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: default avatarSam Ravnborg <sam@ravnborg.org>
parent 0d20babd
Loading
Loading
Loading
Loading

fs/xfs/Kbuild

0 → 100644
+6 −0
Original line number Diff line number Diff line
#
# 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