From 32261be1d88cee4a4f37f4117e8fc4be68238687 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 25 Mar 2019 22:36:03 +0000 Subject: [PATCH] qla2x00t/qla2x00-target/Makefile: Fix the path from where the SCST Modules.symvers file is read git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8080 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t/qla2x00-target/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qla2x00t/qla2x00-target/Makefile b/qla2x00t/qla2x00-target/Makefile index b0537d5a1..bf40a26f3 100644 --- a/qla2x00t/qla2x00-target/Makefile +++ b/qla2x00t/qla2x00-target/Makefile @@ -91,7 +91,7 @@ endif INSTALL_DIR := $(INSTALL_MOD_PATH)/lib/modules/$(KVER)/extra -SCST_DIR := $(shell echo "$$PWD")/../../scst +SCST_DIR := $(shell echo "$$PWD/../../scst/src") ifneq ($(BUILD_2X_MODULE),) # We need to make qla2xxx_scst before Module.symvers