mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00: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
|