Sign in
linux
/
linux
/
kernel
/
git
/
brauner
/
linux
/
refs/heads/2019-05-08/mount_api_o_cloexec
/
.
/
net
/
hsr
/
Makefile
blob: e45757fc477f0b26092e4bb5fe8f1cccd3ea733a [
file
] [
log
] [
blame
] [
edit
]
#
# 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