diff options
Diffstat (limited to 'net/hsr/Makefile')
-rw-r--r-- | net/hsr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/hsr/Makefile b/net/hsr/Makefile index b68359f181cc..9ae972a820f4 100644 --- a/net/hsr/Makefile +++ b/net/hsr/Makefile | |||
@@ -4,4 +4,5 @@ | |||
4 | 4 | ||
5 | obj-$(CONFIG_HSR) += hsr.o | 5 | obj-$(CONFIG_HSR) += hsr.o |
6 | 6 | ||
7 | hsr-y := hsr_main.o hsr_framereg.o hsr_device.o hsr_netlink.o | 7 | hsr-y := hsr_main.o hsr_framereg.o hsr_device.o \ |
8 | hsr_netlink.o hsr_slave.o hsr_forward.o | ||