repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
net
/
hsr
/
Makefile
blob
75df90d3b4162b66512b8b2972abad647ca949b5
1
# SPDX-License-Identifier: GPL-2.0-only
2
#
3
# Makefile for HSR
4
#
5
6
obj-
$(
CONFIG_HSR
) +=
hsr.o
7
8
hsr-y
:=
hsr_main.o hsr_framereg.o hsr_device.o \
9
hsr_netlink.o hsr_slave.o hsr_forward.o
10
hsr-
$(
CONFIG_DEBUG_FS
) +=
hsr_debugfs.o