mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 04:36:22 +00:00
Makefiles: Fix $(SCST_DIR)
Fixes: dc7e039124 ("Makefiles: Remove most instances of $(SCST_INC_DIR)") (r8079)
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8121 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ endif
|
||||
|
||||
INSTALL_DIR := $(INSTALL_MOD_PATH)/lib/modules/$(KVER)/extra
|
||||
|
||||
SCST_DIR := $(shell echo "$$PWD")/../scst
|
||||
SCST_DIR := $(shell echo "$$PWD")/../scst/src
|
||||
|
||||
all: Modules.symvers Module.symvers
|
||||
$(MAKE) -C $(KDIR) M=$(shell pwd) BUILD_INI=m
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@ endif
|
||||
|
||||
SHELL=/bin/bash
|
||||
|
||||
SCST_SYMVERS_DIR := $(shell echo "$$PWD")/../scst
|
||||
SCST_SYMVERS_DIR := $(shell echo "$$PWD")/../scst/src
|
||||
SBINDIR := $(PREFIX)/sbin
|
||||
INITDIR := /etc/init.d
|
||||
RCDIR := /etc/rc.d
|
||||
|
||||
+1
-1
@@ -50,7 +50,7 @@ endif
|
||||
|
||||
INSTALL_DIR := $(INSTALL_MOD_PATH)/lib/modules/$(KVER)/extra
|
||||
|
||||
SCST_DIR := $(shell echo "$$PWD")/../scst
|
||||
SCST_DIR := $(shell echo "$$PWD")/../scst/src
|
||||
|
||||
all: Modules.symvers Module.symvers
|
||||
$(MAKE) -C $(KDIR) M=$(shell pwd) BUILD_INI=m
|
||||
|
||||
Reference in New Issue
Block a user