aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'fs/incfs/Makefile')
-rw-r--r--fs/incfs/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/fs/incfs/Makefile b/fs/incfs/Makefile
new file mode 100644
index 000000000000..0c3f6d348bec
--- /dev/null
+++ b/fs/incfs/Makefile
@@ -0,0 +1,10 @@
1# SPDX-License-Identifier: GPL-2.0
2obj-$(CONFIG_INCREMENTAL_FS) += incrementalfs.o
3
4incrementalfs-y := \
5 data_mgmt.o \
6 format.o \
7 integrity.o \
8 main.o \
9 pseudo_files.o \
10 vfs.o