aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip/Makefile
diff options
context:
space:
mode:
authorBryan Whitehead <Bryan.Whitehead@microchip.com>2018-08-09 15:36:10 -0400
committerDavid S. Miller <davem@davemloft.net>2018-08-11 11:42:18 -0700
commit07624df1c9efd4b7f2f6762581587c590b03c7a2 (patch)
tree89a02c8d6a7f6aa34558b1b0f6cc94549d406ed8 /drivers/net/ethernet/microchip/Makefile
parentMerge branch 'tcp-new-mechanism-to-ACK-immediately' (diff)
downloadlinux-dev-07624df1c9efd4b7f2f6762581587c590b03c7a2.tar.xz
linux-dev-07624df1c9efd4b7f2f6762581587c590b03c7a2.zip
lan743x: lan743x: Add PTP support
PTP support includes: Ingress, and egress timestamping. One step timestamping available. PTP clock support. Periodic output support. Signed-off-by: Bryan Whitehead <Bryan.Whitehead@microchip.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/microchip/Makefile')
-rw-r--r--drivers/net/ethernet/microchip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/microchip/Makefile b/drivers/net/ethernet/microchip/Makefile
index 43f47cb45fe2..538926d2b43f 100644
--- a/drivers/net/ethernet/microchip/Makefile
+++ b/drivers/net/ethernet/microchip/Makefile
@@ -6,4 +6,4 @@ obj-$(CONFIG_ENC28J60) += enc28j60.o
obj-$(CONFIG_ENCX24J600) += encx24j600.o encx24j600-regmap.o
obj-$(CONFIG_LAN743X) += lan743x.o
-lan743x-objs := lan743x_main.o lan743x_ethtool.o
+lan743x-objs := lan743x_main.o lan743x_ethtool.o lan743x_ptp.o