mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-14 18:46:27 +07:00
fc4ecaeebd
This adds a debugfs interface to allow display the nodes learned by the hsr master. Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>
10 lines
194 B
Makefile
10 lines
194 B
Makefile
#
|
|
# Makefile for HSR
|
|
#
|
|
|
|
obj-$(CONFIG_HSR) += hsr.o
|
|
|
|
hsr-y := hsr_main.o hsr_framereg.o hsr_device.o \
|
|
hsr_netlink.o hsr_slave.o hsr_forward.o
|
|
hsr-$(CONFIG_DEBUG_FS) += hsr_prp_debugfs.o
|