mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 11:11:27 +00:00
Merge branch 'svn-trunk'
This commit is contained in:
@@ -122,12 +122,13 @@ CONFTEST_OUTPUTS = $(shell \
|
||||
echo $$t/result-$(KVER).txt; \
|
||||
done)
|
||||
|
||||
PRE_CFLAGS = $(OFED_CFLAGS) \
|
||||
-DOFED_FLAVOR=$(OFED_FLAVOR) \
|
||||
$(shell for t in $(CONFTESTS); do \
|
||||
cat $$t/result-$(KVER).txt 2>/dev/null; \
|
||||
PRE_CFLAGS = $(shell \
|
||||
for t in $(CONFTESTS); do \
|
||||
cat $$t/result-$(KVER).txt 2>/dev/null; \
|
||||
done)
|
||||
|
||||
ISER_CFLAGS = $(OFED_CFLAGS) -DOFED_FLAVOR=$(OFED_FLAVOR) $(PRE_CFLAGS)
|
||||
|
||||
mods: include/iscsi_scst_itf_ver.h Modules.symvers Module.symvers \
|
||||
$(CONFTEST_OUTPUTS)
|
||||
$(MAKE) -C $(KDIR) SCST_INC_DIR=$(SCST_INC_DIR) SUBDIRS=$(KMOD) \
|
||||
@@ -136,7 +137,7 @@ mods: include/iscsi_scst_itf_ver.h Modules.symvers Module.symvers \
|
||||
if $(INFINIBAND_ENABLED); then \
|
||||
echo " Building against $(OFED_FLAVOR) InfiniBand kernel headers."; \
|
||||
$(MAKE) -C $(KDIR) SCST_INC_DIR=$(SCST_INC_DIR) SUBDIRS=$(ISERTMOD) \
|
||||
PRE_CFLAGS="$(PRE_CFLAGS)" \
|
||||
PRE_CFLAGS="$(ISER_CFLAGS)" \
|
||||
KBUILD_EXTRA_SYMBOLS=$(ISER_SYMVERS) modules; \
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user