From 37bb1b5a78f55dc6d041aae42f49cd745f8cf1ee Mon Sep 17 00:00:00 2001 From: Bjarne von Horn Date: Wed, 9 Aug 2023 22:55:09 +0200 Subject: [PATCH] add drivers to EXTRA_DIST --- devices/Makefile.am | 2 ++ devices/igb/Makefile.am | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/devices/Makefile.am b/devices/Makefile.am index f862e011..977d9ad0 100644 --- a/devices/Makefile.am +++ b/devices/Makefile.am @@ -95,6 +95,8 @@ noinst_HEADERS = \ 8139too-4.4-orig.c \ 8139too-5.10-ethercat.c \ 8139too-5.10-orig.c \ + 8139too-6.1-ethercat.c \ + 8139too-6.1-orig.c \ create_driver_table.py \ device_drivers_template.md \ e100-2.6.20-ethercat.c \ diff --git a/devices/igb/Makefile.am b/devices/igb/Makefile.am index cb9b7698..6adce826 100644 --- a/devices/igb/Makefile.am +++ b/devices/igb/Makefile.am @@ -48,6 +48,10 @@ EXTRA_DIST = \ e1000_82575-5.15-ethercat.h \ e1000_82575-5.15-orig.c \ e1000_82575-5.15-orig.h \ + e1000_82575-6.1-ethercat.c \ + e1000_82575-6.1-ethercat.h \ + e1000_82575-6.1-orig.c \ + e1000_82575-6.1-orig.h \ e1000_defines-3.18-ethercat.h \ e1000_defines-3.18-orig.h \ e1000_defines-4.19-ethercat.h \ @@ -58,6 +62,8 @@ EXTRA_DIST = \ e1000_defines-5.10-orig.h \ e1000_defines-5.15-ethercat.h \ e1000_defines-5.15-orig.h \ + e1000_defines-6.1-ethercat.h \ + e1000_defines-6.1-orig.h \ e1000_hw-3.18-ethercat.h \ e1000_hw-3.18-orig.h \ e1000_hw-4.19-ethercat.h \ @@ -68,6 +74,8 @@ EXTRA_DIST = \ e1000_hw-5.10-orig.h \ e1000_hw-5.15-ethercat.h \ e1000_hw-5.15-orig.h \ + e1000_hw-6.1-ethercat.h \ + e1000_hw-6.1-orig.h \ e1000_i210-3.18-ethercat.c \ e1000_i210-3.18-ethercat.h \ e1000_i210-3.18-orig.c \ @@ -88,6 +96,10 @@ EXTRA_DIST = \ e1000_i210-5.15-ethercat.h \ e1000_i210-5.15-orig.c \ e1000_i210-5.15-orig.h \ + e1000_i210-6.1-ethercat.c \ + e1000_i210-6.1-ethercat.h \ + e1000_i210-6.1-orig.c \ + e1000_i210-6.1-orig.h \ e1000_mac-3.18-ethercat.c \ e1000_mac-3.18-ethercat.h \ e1000_mac-3.18-orig.c \ @@ -108,6 +120,10 @@ EXTRA_DIST = \ e1000_mac-5.15-ethercat.h \ e1000_mac-5.15-orig.c \ e1000_mac-5.15-orig.h \ + e1000_mac-6.1-ethercat.c \ + e1000_mac-6.1-ethercat.h \ + e1000_mac-6.1-orig.c \ + e1000_mac-6.1-orig.h \ e1000_mbx-3.18-ethercat.c \ e1000_mbx-3.18-ethercat.h \ e1000_mbx-3.18-orig.c \ @@ -128,6 +144,10 @@ EXTRA_DIST = \ e1000_mbx-5.15-ethercat.h \ e1000_mbx-5.15-orig.c \ e1000_mbx-5.15-orig.h \ + e1000_mbx-6.1-ethercat.c \ + e1000_mbx-6.1-ethercat.h \ + e1000_mbx-6.1-orig.c \ + e1000_mbx-6.1-orig.h \ e1000_nvm-3.18-ethercat.c \ e1000_nvm-3.18-ethercat.h \ e1000_nvm-3.18-orig.c \ @@ -148,6 +168,10 @@ EXTRA_DIST = \ e1000_nvm-5.15-ethercat.h \ e1000_nvm-5.15-orig.c \ e1000_nvm-5.15-orig.h \ + e1000_nvm-6.1-ethercat.c \ + e1000_nvm-6.1-ethercat.h \ + e1000_nvm-6.1-orig.c \ + e1000_nvm-6.1-orig.h \ e1000_phy-3.18-ethercat.c \ e1000_phy-3.18-ethercat.h \ e1000_phy-3.18-orig.c \ @@ -168,6 +192,10 @@ EXTRA_DIST = \ e1000_phy-5.15-ethercat.h \ e1000_phy-5.15-orig.c \ e1000_phy-5.15-orig.h \ + e1000_phy-6.1-ethercat.c \ + e1000_phy-6.1-ethercat.h \ + e1000_phy-6.1-orig.c \ + e1000_phy-6.1-orig.h \ e1000_regs-3.18-ethercat.h \ e1000_regs-3.18-orig.h \ e1000_regs-4.19-ethercat.h \ @@ -178,6 +206,8 @@ EXTRA_DIST = \ e1000_regs-5.10-orig.h \ e1000_regs-5.15-ethercat.h \ e1000_regs-5.15-orig.h \ + e1000_regs-6.1-ethercat.h \ + e1000_regs-6.1-orig.h \ igb-3.18-ethercat.h \ igb-3.18-orig.h \ igb-4.19-ethercat.h \ @@ -188,6 +218,8 @@ EXTRA_DIST = \ igb-5.10-orig.h \ igb-5.15-ethercat.h \ igb-5.15-orig.h \ + igb-6.1-ethercat.h \ + igb-6.1-orig.h \ igb_ethtool-3.18-ethercat.c \ igb_ethtool-3.18-orig.c \ igb_ethtool-4.19-ethercat.c \ @@ -198,6 +230,8 @@ EXTRA_DIST = \ igb_ethtool-5.10-orig.c \ igb_ethtool-5.15-ethercat.c \ igb_ethtool-5.15-orig.c \ + igb_ethtool-6.1-ethercat.c \ + igb_ethtool-6.1-orig.c \ igb_hwmon-3.18-ethercat.c \ igb_hwmon-3.18-orig.c \ igb_hwmon-4.19-ethercat.c \ @@ -208,6 +242,8 @@ EXTRA_DIST = \ igb_hwmon-5.10-orig.c \ igb_hwmon-5.15-ethercat.c \ igb_hwmon-5.15-orig.c \ + igb_hwmon-6.1-ethercat.c \ + igb_hwmon-6.1-orig.c \ igb_main-3.18-ethercat.c \ igb_main-3.18-orig.c \ igb_main-4.19-ethercat.c \ @@ -218,6 +254,8 @@ EXTRA_DIST = \ igb_main-5.10-orig.c \ igb_main-5.15-ethercat.c \ igb_main-5.15-orig.c \ + igb_main-6.1-ethercat.c \ + igb_main-6.1-orig.c \ igb_ptp-3.18-ethercat.c \ igb_ptp-3.18-orig.c \ igb_ptp-4.19-ethercat.c \ @@ -228,6 +266,8 @@ EXTRA_DIST = \ igb_ptp-5.10-orig.c \ igb_ptp-5.15-ethercat.c \ igb_ptp-5.15-orig.c \ + igb_ptp-6.1-ethercat.c \ + igb_ptp-6.1-orig.c \ update.sh #------------------------------------------------------------------------------