2 # There are four ways this Makefile can be called:
5 # 1. As a subdirectory from the toplevel, for automake
7 # 2. A wrapper around the kernel's makefile when building modules, to
8 # possibly override the .config file
10 # 3. At configure time, as the toplevel module dir for building
16 ifeq ($(LUSTRE_LINUX_CONFIG),)
24 # Note that this comes from make -C $LINUX -f $LUSTRE/build/Makefile
25 # so "include Makefile" below includes $LINUX/Makefile, not this file
26 include $(LUSTRE_LINUX_CONFIG)
29 endif # LUSTRE_LINUX_CONFIG
34 ifneq ($(LUSTRE_KERNEL_TEST),)
35 extra-y = $(LUSTRE_KERNEL_TEST)