iscsi-scst/Makefile: Add include/uapi directory to the include path

Reported-by: Sergey Gorenko <sergeygo@mellanox.com>


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7215 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2017-08-10 19:39:27 +00:00
parent 64d40aeeb2
commit f3d11b715b

View File

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