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 works prior to 5.10
36 extra-y = $(LUSTRE_KERNEL_TEST)
37 # always-y works since 5.6
38 always-y = $(LUSTRE_KERNEL_TEST)