mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-16 02:01:27 +00:00
iscst-scst: Fix the OFED build
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9083 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -14,7 +14,9 @@
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
KBUILD_EXTRA_SYMBOLS = $(src)/../../scst/src/Module.symvers
|
||||
KBUILD_EXTRA_SYMBOLS = $(src)/../../scst/src/Module.symvers \
|
||||
$(shell for d in /usr/src/ofa_kernel/default/Module.symvers; do\
|
||||
[ -e $$d ] || continue; echo $$d; break; done)
|
||||
|
||||
ccflags-y += -I$(src)/../include -I$(src)/../../scst/include
|
||||
ccflags-y += $(CONFTEST_CFLAGS)
|
||||
|
||||
Reference in New Issue
Block a user