summaryrefslogtreecommitdiff
path: root/net/mctp/Makefile
diff options
context:
space:
mode:
authorJeremy Kerr <jk@codeconstruct.com.au>2021-10-01 11:18:41 +0300
committerDavid S. Miller <davem@davemloft.net>2021-10-01 16:19:00 +0300
commit077b6d52df6dba4f371768428fa9a50d8b6485e7 (patch)
tree0390bb52526528bc4343909ff758d61dfe6b0761 /net/mctp/Makefile
parent8c02066b053dbe8f483cb12ad792ec768e2daecf (diff)
downloadlinux-077b6d52df6dba4f371768428fa9a50d8b6485e7.tar.xz
mctp: Add test utils
Add a new object for shared test utilities Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/mctp/Makefile')
-rw-r--r--net/mctp/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/mctp/Makefile b/net/mctp/Makefile
index 0171333384d7..6cd55233e685 100644
--- a/net/mctp/Makefile
+++ b/net/mctp/Makefile
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_MCTP) += mctp.o
mctp-objs := af_mctp.o device.o route.o neigh.o
+
+# tests
+obj-$(CONFIG_MCTP_TEST) += test/utils.o