mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 12:37:59 +07:00
8c56df372b
This patch adds support for the Precision Time Protocol Clocks and Timestamping hardware found on Cavium ThunderX processors. Signed-off-by: Radoslaw Biernacki <rad@semihalf.com> Signed-off-by: Aleksey Makarov <aleksey.makarov@cavium.com> Acked-by: Philippe Ombredanne <pombredanne@nexb.com> Signed-off-by: David S. Miller <davem@davemloft.net>
8 lines
230 B
Makefile
8 lines
230 B
Makefile
#
|
|
# Makefile for the Cavium ethernet device drivers.
|
|
#
|
|
obj-$(CONFIG_NET_VENDOR_CAVIUM) += common/
|
|
obj-$(CONFIG_NET_VENDOR_CAVIUM) += thunder/
|
|
obj-$(CONFIG_NET_VENDOR_CAVIUM) += liquidio/
|
|
obj-$(CONFIG_NET_VENDOR_CAVIUM) += octeon/
|