mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-08-18 17:17:23 +08:00
merge -c1788 branches/stable-1.4: ec_master.symvers installation.
This commit is contained in:
@@ -43,6 +43,8 @@ Changes since 1.4.0:
|
||||
* Changed EC_MAX_SII_SIZE to 4096.
|
||||
* 'ethercat xml' creates valid XML <EtherCATInfoList> for more than one slave
|
||||
(thanks to E. Burgstaller).
|
||||
* Module symbol versions file for ec_master.ko is installed to
|
||||
prefix/modules/ec_master.symvers.
|
||||
|
||||
Changes in 1.4.0:
|
||||
|
||||
|
||||
@@ -81,4 +81,13 @@ modules_install:
|
||||
clean-local:
|
||||
$(MAKE) -C "$(LINUX_SOURCE_DIR)" M="@abs_srcdir@" clean
|
||||
|
||||
modulesdir=@prefix@/modules
|
||||
SYMVERS=`echo $(top_builddir)/Module*.symvers`
|
||||
|
||||
install-data-local:
|
||||
@test -n "$(SYMVERS)" && \
|
||||
mkdir -p $(DESTDIR)$(modulesdir) && \
|
||||
cp -vf $(SYMVERS) \
|
||||
$(DESTDIR)$(modulesdir)/ec_master.symvers
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user