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