From: Vladimir Sokolovsky Date: Mon, 2 Jul 2012 12:02:40 +0000 (+0300) Subject: makefile: Add compat_base X-Git-Tag: vofed-3.5-x~67 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=219d3d567af0f1caa4653149eb0ff9fed9308dcd;p=~emulex%2Fcompat-rdma.git makefile: Add compat_base Signed-off-by: Vladimir Sokolovsky --- 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\"" \