Sign in
linux
/
linux
/
kernel
/
git
/
dhowells
/
linux-fs
/
df98f48172fb23471cdf54b4c4f5c592e7e501bb
/
.
/
net
/
hsr
/
Makefile
blob: e45757fc477f0b26092e4bb5fe8f1cccd3ea733a [
file
] [
log
] [
blame
]
#
# 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