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:
Bart Van Assche
2009-06-18 18:35:05 +00:00
parent be0eb86e2f
commit 7084cac82e

View File

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