Added e100 und 8139too for 6.12.
This commit is contained in:
parent
13d2303b30
commit
cdc5d62299
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -1,6 +1,6 @@
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
# Copyright (C) 2006-2023 Florian Pose, Ingenieurgemeinschaft IgH
|
# Copyright (C) 2006-2025 Florian Pose, Ingenieurgemeinschaft IgH
|
||||||
#
|
#
|
||||||
# This file is part of the IgH EtherCAT Master.
|
# This file is part of the IgH EtherCAT Master.
|
||||||
#
|
#
|
||||||
|
|
@ -61,6 +61,8 @@ noinst_HEADERS = \
|
||||||
8139too-5.15-orig.c \
|
8139too-5.15-orig.c \
|
||||||
8139too-6.1-ethercat.c \
|
8139too-6.1-ethercat.c \
|
||||||
8139too-6.1-orig.c \
|
8139too-6.1-orig.c \
|
||||||
|
8139too-6.12-ethercat.c \
|
||||||
|
8139too-6.12-orig.c \
|
||||||
8139too-6.4-ethercat.c \
|
8139too-6.4-ethercat.c \
|
||||||
8139too-6.4-orig.c \
|
8139too-6.4-orig.c \
|
||||||
create_driver_table.py \
|
create_driver_table.py \
|
||||||
|
|
@ -83,16 +85,18 @@ noinst_HEADERS = \
|
||||||
e100-3.8-orig.c \
|
e100-3.8-orig.c \
|
||||||
e100-4.4-ethercat.c \
|
e100-4.4-ethercat.c \
|
||||||
e100-4.4-orig.c \
|
e100-4.4-orig.c \
|
||||||
e100-5.4-ethercat.c \
|
|
||||||
e100-5.4-orig.c \
|
|
||||||
e100-5.10-ethercat.c \
|
e100-5.10-ethercat.c \
|
||||||
e100-5.10-orig.c \
|
e100-5.10-orig.c \
|
||||||
e100-5.14-ethercat.c \
|
e100-5.14-ethercat.c \
|
||||||
e100-5.14-orig.c \
|
e100-5.14-orig.c \
|
||||||
e100-5.15-ethercat.c \
|
e100-5.15-ethercat.c \
|
||||||
e100-5.15-orig.c \
|
e100-5.15-orig.c \
|
||||||
|
e100-5.4-ethercat.c \
|
||||||
|
e100-5.4-orig.c \
|
||||||
e100-6.1-ethercat.c \
|
e100-6.1-ethercat.c \
|
||||||
e100-6.1-orig.c \
|
e100-6.1-orig.c \
|
||||||
|
e100-6.12-ethercat.c \
|
||||||
|
e100-6.12-orig.c \
|
||||||
e100-6.4-ethercat.c \
|
e100-6.4-ethercat.c \
|
||||||
e100-6.4-orig.c \
|
e100-6.4-orig.c \
|
||||||
ecdev.h \
|
ecdev.h \
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue