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:
Vu Pham
2008-07-11 16:32:48 +00:00
parent 3c5b177cd3
commit 44f54e2625
2 changed files with 2 additions and 3 deletions

View File

@@ -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),)

View File

@@ -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