X-Git-Url: https://bbs.cooldavid.org/git/?a=blobdiff_plain;f=Makefile;h=6619720f50dd667abf746f1dd892b35c67a9742c;hb=28cb6ccd2c7e86b3a4db94c7062cd27937bed424;hp=6b23f1b15fc473b0226bf8525b48a8a3a17c8b28;hpb=671f837a04cbcaaa10e8404989cf08ca3fdf1c80;p=net-next-2.6.git diff --git a/Makefile b/Makefile index 6b23f1b15fc..6619720f50d 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