X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=build%2FMakefile;h=d732afcd03128281786cfd1fc5c6ebf8bb01f145;hb=cfb61eb95310b0c2f084859d1246680675b1e60d;hp=d00981fa882b22f8ab8b918f4cf3757eb7dadf6c;hpb=25c93758d6b1136d268fe3fcc1c4979c17463c0b;p=fs%2Flustre-release.git diff --git a/build/Makefile b/build/Makefile index d00981f..d732afc 100644 --- a/build/Makefile +++ b/build/Makefile @@ -10,8 +10,6 @@ # 3. At configure time, as the toplevel module dir for building # kernel tests # -# 4. At configure time, to determine the kernel's idea of $(ARCH) -# ifeq ($(PATCHLEVEL),) @@ -32,8 +30,7 @@ endif # LUSTRE_LINUX_CONFIG else # PATCHLEVEL -# case 3 - +# case #3 ifneq ($(LUSTRE_KERNEL_TEST),) extra-y = $(LUSTRE_KERNEL_TEST) endif @@ -41,8 +38,3 @@ endif obj-m := conftest.o endif # PATCHLEVEL - -# case 4 - -echoarch: - echo $(ARCH) >$(ARCHFILE)