1# SPDX-License-Identifier: GPL-2.0-only
2obj-$(CONFIG_OCFS2_FS) += ocfs2_nodemanager.o
3
4ocfs2_nodemanager-objs := heartbeat.o masklog.o sys.o nodemanager.o \
5	quorum.o tcp.o netdebug.o
6