mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 20:56:24 +00:00
isert-scst Makefile: Add the SCST Module.symvers file
This patch fixes a linker error when cross-compiling for ARM on x86_64. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9055 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -21,7 +21,8 @@
|
||||
# Note 2! The CFLAGS definitions are now in the main makefile.
|
||||
|
||||
LINUXINCLUDE := $(PRE_CFLAGS) $(LINUXINCLUDE)
|
||||
KBUILD_EXTRA_SYMBOLS=$(src)/../../kernel/Module.symvers \
|
||||
KBUILD_EXTRA_SYMBOLS = $(src)/../../../scst/src/Module.symvers \
|
||||
$(src)/../../kernel/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
|
||||
|
||||
Reference in New Issue
Block a user