X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile;h=8fe69916e726f7a3ec90a897425e46bc94394a4e;hb=6ee8630e02be6dd89926ca0fbc21af68b23dc087;hp=6db672b15bdaa447cafe1c6413b0fc56f2e9d2fd;hpb=27387dd8c62d24140d80382918aff69d4e0821ce;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/Makefile b/Makefile index 6db672b..8fe6991 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 3 PATCHLEVEL = 9 SUBLEVEL = 0 -EXTRAVERSION = -rc6 +EXTRAVERSION = 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