X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=Makefile;h=46263d808876a957083da89b42dde63f51d2ef26;hb=46bcb006ae92cdd10c39eeaecf2ca4994026943a;hp=6db672b15bdaa447cafe1c6413b0fc56f2e9d2fd;hpb=43ecdb0d31cf63d99d060af0585bf59be7fafcb2;p=deliverable%2Flinux.git diff --git a/Makefile b/Makefile index 6db672b15bda..46263d808876 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 3 PATCHLEVEL = 9 SUBLEVEL = 0 -EXTRAVERSION = -rc6 +EXTRAVERSION = -rc8 NAME = Unicycling Gorilla # *DOCUMENTATION* @@ -513,7 +513,8 @@ ifeq ($(KBUILD_EXTMOD),) # Carefully list dependencies so we do not try to build scripts twice # in parallel PHONY += scripts -scripts: scripts_basic include/config/auto.conf include/config/tristate.conf +scripts: scripts_basic include/config/auto.conf include/config/tristate.conf \ + asm-generic $(Q)$(MAKE) $(build)=$(@) # Objects we will link into vmlinux / subdirs we need to visit