From f6d1105ed839af144241815274ce2b332b0b4fd5 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 18 Jan 2014 17:47:37 +0000 Subject: [PATCH] mpt: Clean up compiler include path git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5199 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- mpt/Makefile | 4 +--- mpt/mpt_scst.h | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/mpt/Makefile b/mpt/Makefile index 56b19500d..13fc36172 100644 --- a/mpt/Makefile +++ b/mpt/Makefile @@ -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 diff --git a/mpt/mpt_scst.h b/mpt/mpt_scst.h index 47acc4f97..f4c10acbd 100644 --- a/mpt/mpt_scst.h +++ b/mpt/mpt_scst.h @@ -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