mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
9c5f8a19b2
Fix the file name and functions to match with existing implementation. Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>
9 lines
190 B
Makefile
9 lines
190 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_debugfs.o
|