From 219d3d567af0f1caa4653149eb0ff9fed9308dcd Mon Sep 17 00:00:00 2001 From: Vladimir Sokolovsky Date: Mon, 2 Jul 2012 15:02:40 +0300 Subject: [PATCH] makefile: Add compat_base Signed-off-by: Vladimir Sokolovsky --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index 9af0452..19a668c 100644 --- a/makefile +++ b/makefile @@ -16,6 +16,7 @@ export CREL=$(shell cat $(CWD)/compat_version) export CREL_PRE:=.compat_autoconf_ export CREL_CHECK:=$(CREL_PRE)$(CREL) CFLAGS += \ + -DCOMPAT_BASE="\"$(shell cat compat_base)\"" \ -DCOMPAT_BASE_TREE="\"$(shell cat compat_base_tree)\"" \ -DCOMPAT_BASE_TREE_VERSION="\"$(shell cat compat_base_tree_version)\"" \ -DCOMPAT_PROJECT="\"Compat-rdma\"" \ -- 2.46.0