summaryrefslogtreecommitdiffstats
path: root/fs/tracefs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fs/tracefs/Makefile')
-rw-r--r--fs/tracefs/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/tracefs/Makefile b/fs/tracefs/Makefile
new file mode 100644
index 000000000..7c35a282b
--- /dev/null
+++ b/fs/tracefs/Makefile
@@ -0,0 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-only
+tracefs-objs := inode.o
+
+obj-$(CONFIG_TRACING) += tracefs.o
+