Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
etherlabmaster
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ICS Control System Infrastructure
etherlabmaster
Commits
2bd87c9f
Commit
2bd87c9f
authored
15 years ago
by
Florian Pose
Browse files
Options
Downloads
Patches
Plain Diff
Removed installation of symvers file, because it makes no sense when
installing for multiple kernel flavors.
parent
88badfda
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile.am
+0
-4
0 additions, 4 deletions
Makefile.am
NEWS
+0
-1
0 additions, 1 deletion
NEWS
configure.ac
+0
-21
0 additions, 21 deletions
configure.ac
with
0 additions
and
26 deletions
Makefile.am
+
0
−
4
View file @
2bd87c9f
...
@@ -87,11 +87,8 @@ if ENABLE_TTY
...
@@ -87,11 +87,8 @@ if ENABLE_TTY
$(MAKE)
-C
tty
modules_install
$(MAKE)
-C
tty
modules_install
endif
endif
dist_pkgdata_DATA
=
$(
LINUX_SYMVERS
)
clean-local
:
clean-local
:
$(
MAKE
)
-C
"
$(
LINUX_SOURCE_DIR
)
"
M
=
"@abs_srcdir@"
clean
$(
MAKE
)
-C
"
$(
LINUX_SOURCE_DIR
)
"
M
=
"@abs_srcdir@"
clean
@
rm
-f
$(
LINUX_SYMVERS
)
mydist
:
mydist
:
hg log
--style
=
changelog
$(
srcdir
)
>
ChangeLog
hg log
--style
=
changelog
$(
srcdir
)
>
ChangeLog
...
@@ -105,7 +102,6 @@ dist-hook:
...
@@ -105,7 +102,6 @@ dist-hook:
mrproper
:
clean cleandoc
mrproper
:
clean cleandoc
rm
-rf
\
rm
-rf
\
$(
LINUX_SYMVERS
)
\
*
~
\
*
~
\
ChangeLog
\
ChangeLog
\
Doxyfile
\
Doxyfile
\
...
...
This diff is collapsed.
Click to expand it.
NEWS
+
0
−
1
View file @
2bd87c9f
...
@@ -59,7 +59,6 @@ Changes since 1.4.0:
...
@@ -59,7 +59,6 @@ Changes since 1.4.0:
* Changed EC_MAX_SII_SIZE to 4096.
* Changed EC_MAX_SII_SIZE to 4096.
* 'ethercat xml' creates valid XML <EtherCATInfoList> for more than one slave
* 'ethercat xml' creates valid XML <EtherCATInfoList> for more than one slave
(thanks to E. Burgstaller).
(thanks to E. Burgstaller).
* Module symbol versions file is installed to $prefix/share/ethercat.
* Added 'ethercat eoe' command to display Ethernet over EtherCAT statistics.
* Added 'ethercat eoe' command to display Ethernet over EtherCAT statistics.
* Added 'ethercat cstruct' command to output PDO information in C language.
* Added 'ethercat cstruct' command to output PDO information in C language.
* Significantly improved EoE bandwidth by running EoE processing in a kthread.
* Significantly improved EoE bandwidth by running EoE processing in a kthread.
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
0
−
21
View file @
2bd87c9f
...
@@ -101,27 +101,6 @@ AC_SUBST(LINUX_KERNEL_VERSION,[$linuxversion])
...
@@ -101,27 +101,6 @@ AC_SUBST(LINUX_KERNEL_VERSION,[$linuxversion])
AC_SUBST(LINUX_MOD_PATH,[/lib/modules/$kernelrelease/ethercat])
AC_SUBST(LINUX_MOD_PATH,[/lib/modules/$kernelrelease/ethercat])
AC_MSG_RESULT([$LINUX_SOURCE_DIR (Kernel $LINUX_KERNEL_RELEASE)])
AC_MSG_RESULT([$LINUX_SOURCE_DIR (Kernel $LINUX_KERNEL_RELEASE)])
#------------------------------------------------------------------------------
# Determine the name of the symbol version file
#------------------------------------------------------------------------------
AC_MSG_CHECKING([for Linux symbol version file])
symvers=
for file in Module.symvers Modules.symvers; do
if test -f "$LINUX_SOURCE_DIR/$file"; then
symvers=$file
break
fi
done
AC_SUBST(LINUX_SYMVERS,[$symvers])
if test -n "$symvers"; then
AC_MSG_RESULT([$LINUX_SYMVERS])
else
AC_MSG_RESULT(["(none)"])
fi
#------------------------------------------------------------------------------
#------------------------------------------------------------------------------
# Generic Ethernet driver
# Generic Ethernet driver
#------------------------------------------------------------------------------
#------------------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment