mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 02:40:52 +07:00
6 lines
128 B
Makefile
6 lines
128 B
Makefile
|
# SPDX-License-Identifier: MIT
|
||
|
|
||
|
obj-$(CONFIG_VBOXSF_FS) += vboxsf.o
|
||
|
|
||
|
vboxsf-y := dir.o file.o utils.o vboxsf_wrappers.o super.o
|