mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-16 18:21:27 +00:00
srpt: converting makefile back to compile in scst tree
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@457 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
#
|
||||
# Note 2! The CFLAGS definitions are now in the main makefile.
|
||||
|
||||
#SCST_DIR := $(shell pwd)/../scst/src
|
||||
SCST_DIR := /usr/local/include/scst
|
||||
SCST_DIR := $(shell pwd)/../scst/src
|
||||
SUBDIRS := $(shell pwd)
|
||||
|
||||
ifeq ($(KVER),)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SCST_INC_DIR := /usr/local/include/scst
|
||||
SCST_INC_DIR := $(SUBDIRS)/../../scst/include/
|
||||
|
||||
EXTRA_CFLAGS += -I$(SCST_INC_DIR)
|
||||
#EXTRA_CFLAGS += -DCONFIG_SCST_DEBUG -g
|
||||
|
||||
Reference in New Issue
Block a user