diff options
author | Yangbo Lu <yangbo.lu@nxp.com> | 2021-06-30 10:11:56 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-07-01 22:08:18 +0200 |
commit | c156174a67070042d51d2c866146d3c934d5468c (patch) | |
tree | cf965dceb36a44ea1b61da4c97c18d58163c9e34 /net/ethtool/Makefile | |
parent | ptp: add kernel API ptp_get_vclocks_index() (diff) | |
download | linux-c156174a67070042d51d2c866146d3c934d5468c.tar.xz linux-c156174a67070042d51d2c866146d3c934d5468c.zip |
ethtool: add a new command for getting PHC virtual clocks
Add an interface for getting PHC (PTP Hardware Clock)
virtual clocks, which are based on PHC physical clock
providing hardware timestamp to network packets.
Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ethtool/Makefile')
-rw-r--r-- | net/ethtool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ethtool/Makefile b/net/ethtool/Makefile index 723c9a8a8cdf..0a19470efbfb 100644 --- a/net/ethtool/Makefile +++ b/net/ethtool/Makefile @@ -7,4 +7,4 @@ obj-$(CONFIG_ETHTOOL_NETLINK) += ethtool_nl.o ethtool_nl-y := netlink.o bitset.o strset.o linkinfo.o linkmodes.o \ linkstate.o debug.o wol.o features.o privflags.o rings.o \ channels.o coalesce.o pause.o eee.o tsinfo.o cabletest.o \ - tunnels.o fec.o eeprom.o stats.o + tunnels.o fec.o eeprom.o stats.o phc_vclocks.o |