mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-21 14:46:23 +00:00
mpt: Clean up compiler include path
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5199 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
+1
-3
@@ -29,9 +29,7 @@ endif
|
||||
SCST_INC_DIR := $(SUBDIRS)/../scst/include
|
||||
SCST_DIR := $(shell pwd)/../scst/src
|
||||
|
||||
FUSION_INC_DIR := drivers/message/fusion
|
||||
|
||||
EXTRA_CFLAGS += -I$(SCST_INC_DIR) -I$(FUSION_INC_DIR) -Iinclude/scsi
|
||||
EXTRA_CFLAGS += -I$(SCST_INC_DIR)
|
||||
|
||||
EXTRA_CFLAGS += -DCONFIG_SCST_EXTRACHECKS
|
||||
#EXTRA_CFLAGS += -DCONFIG_SCST_TRACING
|
||||
|
||||
+1
-1
@@ -38,7 +38,7 @@
|
||||
#define MPT_STM_64_BIT_DMA 1
|
||||
#endif
|
||||
|
||||
#include "mptbase.h"
|
||||
#include "../drivers/message/fusion/mptbase.h"
|
||||
|
||||
#ifndef MPI_IOCLOGINFO_FC_LINK_ALREADY_INITIALIZED
|
||||
#define MPI_IOCLOGINFO_FC_LINK_ALREADY_INITIALIZED 0x24000002
|
||||
|
||||
Reference in New Issue
Block a user