From: Vladimir Sokolovsky Date: Sun, 12 Feb 2017 09:33:23 +0000 (+0200) Subject: makefile: Set INSTALL_MOD_DIR to updates X-Git-Tag: vofed-4.8-rc1~9 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=dd5f342f724c3a51d685f83e75b7f8280c540ea3;p=~tnikolova%2Fcompat-rdma%2F.git makefile: Set INSTALL_MOD_DIR to updates Signed-off-by: Vladimir Sokolovsky --- diff --git a/makefile b/makefile index 4f27fcc..15c225c 100644 --- a/makefile +++ b/makefile @@ -26,7 +26,7 @@ CFLAGS += \ -DCOMPAT_VERSION="\"$(shell cat compat_version)\"" \ DEPMOD = /sbin/depmod -INSTALL_MOD_DIR ?= $(shell test -f /etc/redhat-release && echo extra/ofa_kernel || echo updates) +INSTALL_MOD_DIR ?= updates ifeq ($(CONFIG_MEMTRACK),m) export KERNEL_MEMTRACK_CFLAGS = -include $(CWD)/drivers/infiniband/debug/mtrack.h