diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-10 17:21:33 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-10 17:21:33 +0100 |
commit | ab396e91bfe953db26fa1083d9c3e7a4fbe0334a (patch) | |
tree | 81db9e5f919b84dcb4284ca8cdf675e13716c191 /fs/xfs | |
parent | [PATCH] fs/hfsplus/: remove the hfsplus_inode_check() debug function (diff) | |
parent | kbuild: re-export VERSION, PATCHLEVEL, SUBLEVEL (diff) | |
download | linux-ab396e91bfe953db26fa1083d9c3e7a4fbe0334a.tar.xz linux-ab396e91bfe953db26fa1083d9c3e7a4fbe0334a.zip |
Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
Fix up some trivial conflicts in {i386|ia64}/Makefile
Diffstat (limited to 'fs/xfs')
-rw-r--r-- | fs/xfs/Kbuild | 6 |
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 |