summaryrefslogtreecommitdiff
path: root/usr/fwparam_ibft/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/fwparam_ibft/Makefile')
-rw-r--r--usr/fwparam_ibft/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/fwparam_ibft/Makefile b/usr/fwparam_ibft/Makefile
index f1479db..7977491 100644
--- a/usr/fwparam_ibft/Makefile
+++ b/usr/fwparam_ibft/Makefile
@@ -37,7 +37,8 @@ CFLAGS ?= -O2 -g
WARNFLAGS ?= -Wall -Wstrict-prototypes -Wno-format-truncation
CFLAGS += -fPIC $(WARNFLAGS) -I$(TOPDIR)/include -I$(TOPDIR)/usr -D_GNU_SOURCE \
-I$(TOPDIR)/libopeniscsiusr
-CFLAGS += -DSBINDIR=\"$(SBINDIR)\"
+CFLAGS += -DSBINDIR=\"$(SBINDIR)\" \
+ -DISCSI_VERSION_STR=\"$(ISCSI_VERSION_STR)\"
all: $(OBJS)