X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=afb8e0d26f2c6134828d5d63e557799e8ef6e199;hb=f6d96e0da1ee3cfe67b719570fba3bb2ea057131;hp=b1196abcd8e8302fd2cb13b164834d8dc53fc8f1;hpb=ad363e0916423b2e6cdfcdc30ae707ec709f0a65;p=mirror_ubuntu-artful-kernel.git diff --git a/Makefile b/Makefile index b1196abcd8e8..afb8e0d26f2c 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -VERSION = 2 -PATCHLEVEL = 6 -SUBLEVEL = 39 -EXTRAVERSION = -NAME = Flesh-Eating Bats with Fangs +VERSION = 3 +PATCHLEVEL = 0 +SUBLEVEL = 0 +EXTRAVERSION = -rc1 +NAME = Sneaky Weasel # *DOCUMENTATION* # To see a list of typical targets execute "make help" @@ -220,6 +220,14 @@ ifeq ($(ARCH),sh64) SRCARCH := sh endif +# Additional ARCH settings for tile +ifeq ($(ARCH),tilepro) + SRCARCH := tile +endif +ifeq ($(ARCH),tilegx) + SRCARCH := tile +endif + # Where to locate arch specific headers hdr-arch := $(SRCARCH)