X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=Makefile;h=460716314fb3c50ee10e9758288810dfa9953d04;hb=4f43ade45dc57fc3b4a5cb598a6f4916dcc418ba;hp=c05b4fb7121e5fecefa3865af5eefd26a356b49b;hpb=50011c32f421215f6231996fcc84fd1fe81c4a48;p=linux-2.6-microblaze.git diff --git a/Makefile b/Makefile index c05b4fb7121e..460716314fb3 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION = 6 PATCHLEVEL = 2 SUBLEVEL = 0 -EXTRAVERSION = -rc2 +EXTRAVERSION = -rc3 NAME = Hurr durr I'ma ninja sloth # *DOCUMENTATION* @@ -1986,7 +1986,7 @@ $(single-no-ko): $(build-dir) # Remove MODORDER when done because it is not the real one. PHONY += single_modules single_modules: $(single-no-ko) modules_prepare - $(Q){ $(foreach m, $(single-ko), echo $(extmod_prefix)$m;) } > $(MODORDER) + $(Q){ $(foreach m, $(single-ko), echo $(extmod_prefix)$(m:%.ko=%.o);) } > $(MODORDER) $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost ifneq ($(KBUILD_MODPOST_NOFINAL),1) $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modfinal