xref: /openbmc/linux/fs/tracefs/Makefile (revision 9aa2cba7a275b2c0b10c95ea60aced015a5535e1)
1# SPDX-License-Identifier: GPL-2.0-only
2tracefs-objs	:= inode.o
3tracefs-objs	+= event_inode.o
4
5obj-$(CONFIG_TRACING)	+= tracefs.o
6
7