From f3d11b715bec8dd415cd38addcdcb9d44b33e6f8 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 10 Aug 2017 19:39:27 +0000 Subject: [PATCH] iscsi-scst/Makefile: Add include/uapi directory to the include path Reported-by: Sergey Gorenko git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7215 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/iscsi-scst/Makefile b/iscsi-scst/Makefile index b86444953..7b98dd1e1 100644 --- a/iscsi-scst/Makefile +++ b/iscsi-scst/Makefile @@ -83,6 +83,7 @@ ifeq ($(OFED_FLAVOR),MOFED) endif OFED_CFLAGS:= -I$(OFED_DIR)/include \ + -I$(OFED_DIR)/include/uapi \ -include $(OFED_DIR)/include/linux/compat-2.6.h \ -DMOFED_MAJOR=$(shell echo $(OFED_VERS) | cut -f1 -d.) ISER_SYMVERS:="$(ISER_SYMVERS) $(OFED_DIR)/Module.symvers"