Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « hsr « net - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e45757fc477f0b26092e4bb5fe8f1cccd3ea733a (plain)
1
2
3
4
5
6
7
8
9
#
# 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