mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 05:01:27 +00:00
Display which kernel headers are used during compilation of the SRP target driver.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@913 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -73,12 +73,14 @@ src/Module.symvers src/Modules.symvers: $(SCST_DIR)/$(MODULE_SYMVERS)
|
||||
"been patched."; \
|
||||
false; \
|
||||
else \
|
||||
echo " Building against OFED InfiniBand kernel headers."; \
|
||||
( \
|
||||
grep -v drivers/infiniband/ $<; \
|
||||
cat /usr/src/ofa_kernel/Module.symvers \
|
||||
) >$@; \
|
||||
fi \
|
||||
else \
|
||||
echo " Building against non-OFED InfiniBand kernel headers."; \
|
||||
cp $< $@; \
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user