From 603d59dea7d932df4cdc167290348f07a7811fe2 Mon Sep 17 00:00:00 2001 From: "Luis R. Rodriguez" Date: Tue, 9 Nov 2010 13:34:10 -0800 Subject: [PATCH] compat: annotate release for v2.6.37-rc1 Signed-off-by: Luis R. Rodriguez --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 04877c5..8f749ad 100644 --- a/Makefile +++ b/Makefile @@ -10,13 +10,13 @@ export KLIB_BUILD ?= $(KLIB)/build export PWD := $(shell pwd) ifeq ($(KERNELRELEASE),) -export COMPAT_BASE_TREE := "linux-next.git" +export COMPAT_BASE_TREE := "linux-2.6-allstable.git" # For this specific tree this is only relevant in # terms of the last time we synched code up with upstream # for internal stuff. For other compatability projects this # would be the git describe of the base tree you are # working with. -export COMPAT_BASE_TREE_VERSION := "next-20100517" +export COMPAT_BASE_TREE_VERSION := "v2.6.37-rc1" export COMPAT_VERSION := $(shell git describe) endif -- 2.46.0