summaryrefslogtreecommitdiff
path: root/net/hsr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/hsr/Makefile')
-rw-r--r--net/hsr/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/hsr/Makefile b/net/hsr/Makefile
index 9ae972a820f4..34e581db5c41 100644
--- a/net/hsr/Makefile
+++ b/net/hsr/Makefile
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for HSR
#
@@ -6,3 +7,6 @@ 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
+
+obj-$(CONFIG_PRP_DUP_DISCARD_KUNIT_TEST) += prp_dup_discard_test.o