blob: 2566e96706f1cad870add03b911e1851eb5938ea (
plain) (
blame)
1
2
3
4
5
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
|