9 lines
150 B
Makefile
Executable File
9 lines
150 B
Makefile
Executable File
#
|
|
# 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
|