]> Git Repo - linux.git/blob - fs/bfs/Makefile
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[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.034254 seconds and 4 git commands to generate.