X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=Makefile;h=6619720f50dd667abf746f1dd892b35c67a9742c;hb=940f2efc28564c478033b075bcfc8e7b694831e1;hp=6b23f1b15fc473b0226bf8525b48a8a3a17c8b28;hpb=51399a391940e676877c7a791138081f13a0bab7;p=karo-tx-linux.git diff --git a/Makefile b/Makefile index 6b23f1b15fc4..6619720f50dd 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 -SUBLEVEL = 36 -EXTRAVERSION = +SUBLEVEL = 37 +EXTRAVERSION = -rc1 NAME = Flesh-Eating Bats with Fangs # *DOCUMENTATION* @@ -204,6 +204,9 @@ ifeq ($(ARCH),x86_64) endif # Additional ARCH settings for sparc +ifeq ($(ARCH),sparc32) + SRCARCH := sparc +endif ifeq ($(ARCH),sparc64) SRCARCH := sparc endif