]> Git Repo - linux.git/blob - fs/bfs/Makefile
Merge remote-tracking branch 'asoc/for-5.14' into asoc-linus
[linux.git] / fs / bfs / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Makefile for BFS filesystem.
4 #
5
6 obj-$(CONFIG_BFS_FS) += bfs.o
7
8 bfs-objs := inode.o file.o dir.o
This page took 0.033315 seconds and 4 git commands to generate.