From 5e21dcd6e1cffbc99368837c796c2df546c1eba9 Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Tue, 6 Jul 2021 16:03:45 +0200 Subject: [PATCH] Added 4.19 files to Makefile. --- devices/igb/Makefile.am | 45 ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 42 insertions(+), 3 deletions(-) diff --git a/devices/igb/Makefile.am b/devices/igb/Makefile.am index 52ebf57f..bde832c8 100644 --- a/devices/igb/Makefile.am +++ b/devices/igb/Makefile.am @@ -1,8 +1,6 @@ #------------------------------------------------------------------------------ # -# $Id$ -# -# Copyright (C) 2006-2017 Florian Pose, Ingenieurgemeinschaft IgH +# Copyright (C) 2006-2021 Florian Pose, Ingenieurgemeinschaft IgH # # This file is part of the IgH EtherCAT Master. # @@ -26,6 +24,7 @@ # industrial property and similar rights of Beckhoff Automation GmbH. # #------------------------------------------------------------------------------ + include $(top_srcdir)/Makefile.kbuild EXTRA_DIST = \ @@ -33,22 +32,34 @@ EXTRA_DIST = \ e1000_82575-3.18-ethercat.h \ e1000_82575-3.18-orig.c \ e1000_82575-3.18-orig.h \ + e1000_82575-4.19-ethercat.c \ + e1000_82575-4.19-ethercat.h \ + e1000_82575-4.19-orig.c \ + e1000_82575-4.19-orig.h \ e1000_82575-4.4-ethercat.c \ e1000_82575-4.4-ethercat.h \ e1000_82575-4.4-orig.c \ e1000_82575-4.4-orig.h \ e1000_defines-3.18-ethercat.h \ e1000_defines-3.18-orig.h \ + e1000_defines-4.19-ethercat.h \ + e1000_defines-4.19-orig.h \ e1000_defines-4.4-ethercat.h \ e1000_defines-4.4-orig.h \ e1000_hw-3.18-ethercat.h \ e1000_hw-3.18-orig.h \ + e1000_hw-4.19-ethercat.h \ + e1000_hw-4.19-orig.h \ e1000_hw-4.4-ethercat.h \ e1000_hw-4.4-orig.h \ e1000_i210-3.18-ethercat.c \ e1000_i210-3.18-ethercat.h \ e1000_i210-3.18-orig.c \ e1000_i210-3.18-orig.h \ + e1000_i210-4.19-ethercat.c \ + e1000_i210-4.19-ethercat.h \ + e1000_i210-4.19-orig.c \ + e1000_i210-4.19-orig.h \ e1000_i210-4.4-ethercat.c \ e1000_i210-4.4-ethercat.h \ e1000_i210-4.4-orig.c \ @@ -57,6 +68,10 @@ EXTRA_DIST = \ e1000_mac-3.18-ethercat.h \ e1000_mac-3.18-orig.c \ e1000_mac-3.18-orig.h \ + e1000_mac-4.19-ethercat.c \ + e1000_mac-4.19-ethercat.h \ + e1000_mac-4.19-orig.c \ + e1000_mac-4.19-orig.h \ e1000_mac-4.4-ethercat.c \ e1000_mac-4.4-ethercat.h \ e1000_mac-4.4-orig.c \ @@ -65,6 +80,10 @@ EXTRA_DIST = \ e1000_mbx-3.18-ethercat.h \ e1000_mbx-3.18-orig.c \ e1000_mbx-3.18-orig.h \ + e1000_mbx-4.19-ethercat.c \ + e1000_mbx-4.19-ethercat.h \ + e1000_mbx-4.19-orig.c \ + e1000_mbx-4.19-orig.h \ e1000_mbx-4.4-ethercat.c \ e1000_mbx-4.4-ethercat.h \ e1000_mbx-4.4-orig.c \ @@ -73,6 +92,10 @@ EXTRA_DIST = \ e1000_nvm-3.18-ethercat.h \ e1000_nvm-3.18-orig.c \ e1000_nvm-3.18-orig.h \ + e1000_nvm-4.19-ethercat.c \ + e1000_nvm-4.19-ethercat.h \ + e1000_nvm-4.19-orig.c \ + e1000_nvm-4.19-orig.h \ e1000_nvm-4.4-ethercat.c \ e1000_nvm-4.4-ethercat.h \ e1000_nvm-4.4-orig.c \ @@ -81,32 +104,48 @@ EXTRA_DIST = \ e1000_phy-3.18-ethercat.h \ e1000_phy-3.18-orig.c \ e1000_phy-3.18-orig.h \ + e1000_phy-4.19-ethercat.c \ + e1000_phy-4.19-ethercat.h \ + e1000_phy-4.19-orig.c \ + e1000_phy-4.19-orig.h \ e1000_phy-4.4-ethercat.c \ e1000_phy-4.4-ethercat.h \ e1000_phy-4.4-orig.c \ e1000_phy-4.4-orig.h \ e1000_regs-3.18-ethercat.h \ e1000_regs-3.18-orig.h \ + e1000_regs-4.19-ethercat.h \ + e1000_regs-4.19-orig.h \ e1000_regs-4.4-ethercat.h \ e1000_regs-4.4-orig.h \ igb-3.18-ethercat.h \ igb-3.18-orig.h \ + igb-4.19-ethercat.h \ + igb-4.19-orig.h \ igb-4.4-ethercat.h \ igb-4.4-orig.h \ igb_ethtool-3.18-ethercat.c \ igb_ethtool-3.18-orig.c \ + igb_ethtool-4.19-ethercat.c \ + igb_ethtool-4.19-orig.c \ igb_ethtool-4.4-ethercat.c \ igb_ethtool-4.4-orig.c \ igb_hwmon-3.18-ethercat.c \ igb_hwmon-3.18-orig.c \ + igb_hwmon-4.19-ethercat.c \ + igb_hwmon-4.19-orig.c \ igb_hwmon-4.4-ethercat.c \ igb_hwmon-4.4-orig.c \ igb_main-3.18-ethercat.c \ igb_main-3.18-orig.c \ + igb_main-4.19-ethercat.c \ + igb_main-4.19-orig.c \ igb_main-4.4-ethercat.c \ igb_main-4.4-orig.c \ igb_ptp-3.18-ethercat.c \ igb_ptp-3.18-orig.c \ + igb_ptp-4.19-ethercat.c \ + igb_ptp-4.19-orig.c \ igb_ptp-4.4-ethercat.c \ igb_ptp-4.4-orig.c \ update.sh