X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=Makefile;h=8973b285ce6c7eb9d0c4ee590585d6d2f82e1a78;hb=e0a592505566c82d60a2010d0976b8ae0a831fcc;hp=513c1fbf7888b0aab8b67e751cc5fc40fae49317;hpb=97d4d0269706c468ec57cbb95a79f1a5c8fd1892;p=linux-2.6-microblaze.git diff --git a/Makefile b/Makefile index 513c1fbf7888..8973b285ce6c 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION = 5 PATCHLEVEL = 19 SUBLEVEL = 0 -EXTRAVERSION = -rc3 +EXTRAVERSION = -rc4 NAME = Superb Owl # *DOCUMENTATION* @@ -1141,7 +1141,7 @@ KBUILD_MODULES := 1 autoksyms_recursive: descend modules.order $(Q)$(CONFIG_SHELL) $(srctree)/scripts/adjust_autoksyms.sh \ - "$(MAKE) -f $(srctree)/Makefile vmlinux" + "$(MAKE) -f $(srctree)/Makefile autoksyms_recursive" endif autoksyms_h := $(if $(CONFIG_TRIM_UNUSED_KSYMS), include/generated/autoksyms.h)