]> git.openfabrics.org - ~tnikolova/compat-rdma/.git/commitdiff
makefile: Set INSTALL_MOD_DIR to updates
authorVladimir Sokolovsky <vlad@mellanox.com>
Sun, 12 Feb 2017 09:33:23 +0000 (11:33 +0200)
committerVladimir Sokolovsky <vlad@mellanox.com>
Sun, 12 Feb 2017 09:33:23 +0000 (11:33 +0200)
Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
makefile

index 4f27fccf1e5d75d926768a69b211084574b9fad6..15c225c0020bfe61338fc68f105fdee86d9d4325 100644 (file)
--- 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