]> Git Repo - linux.git/blob - fs/bfs/Makefile
KVM: x86: Replace late check_nested_events() hack with more precise fix
[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.030211 seconds and 4 git commands to generate.