mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 16:24:13 +08: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>
10 lines
190 B
Makefile
10 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
|