ib_srpt: Follow-up for r4035

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4036 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2011-12-29 12:06:44 +00:00
parent 8b1948c182
commit 831fe6de2f
3 changed files with 9 additions and 14 deletions
+4 -1
View File
@@ -1,4 +1,7 @@
SCST_INC_DIR := $(SUBDIRS)/../../scst/include/
SCST_INC_DIR := $(shell d="$(dir $(lastword $(MAKEFILE_LIST)))"; \
if [ -e "$$d../../scst" ]; \
then echo "$$d../../scst/include"; \
else echo "/usr/local/include/scst"; fi)
EXTRA_CFLAGS += -I$(SCST_INC_DIR)
-include $(SUBDIRS)/../build_mode