xref: /linux/fs/vboxsf/Makefile (revision bf80eef2212a1e8451df13b52533f4bc31bb4f8e)
1# SPDX-License-Identifier: MIT
2
3obj-$(CONFIG_VBOXSF_FS) += vboxsf.o
4
5vboxsf-y := dir.o file.o utils.o vboxsf_wrappers.o super.o
6