X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=build%2FMakefile;h=d732afcd03128281786cfd1fc5c6ebf8bb01f145;hb=32e547aa9cb913f5736ee3d58cb79f4e63ce2c0b;hp=c0538bdfd24fc298b3d3677deb18a316c5e34762;hpb=bdabc154504122d319828a8b4c34fe74d0a42234;p=fs%2Flustre-release.git diff --git a/build/Makefile b/build/Makefile index c0538bd..d732afc 100644 --- a/build/Makefile +++ b/build/Makefile @@ -1,7 +1,7 @@ # -# There are three ways this Makefile can be called: +# There are four ways this Makefile can be called: +# # -# # 1. As a subdirectory from the toplevel, for automake # # 2. A wrapper around the kernel's makefile when building modules, to @@ -30,20 +30,11 @@ endif # LUSTRE_LINUX_CONFIG else # PATCHLEVEL -# case 3 - +# case #3 ifneq ($(LUSTRE_KERNEL_TEST),) -ifeq ($(PATCHLEVEL),4) -all: $(LUSTRE_KERNEL_TEST) -else extra-y = $(LUSTRE_KERNEL_TEST) endif -endif obj-m := conftest.o -ifeq ($(PATCHLEVEL),4) -include $(TOPDIR)/Rules.make -endif - endif # PATCHLEVEL