1# 2# Makefile for HSR 3# 4 5obj-$(CONFIG_HSR) += hsr.o 6 7hsr-y := hsr_main.o hsr_framereg.o hsr_device.o hsr_netlink.o 8