linux/drivers/virt/vboxguest/Makefile
<<
>>
Prefs
   1# SPDX-License-Identifier: GPL-2.0-only
   2vboxguest-y := vboxguest_linux.o vboxguest_core.o vboxguest_utils.o
   3
   4obj-$(CONFIG_VBOXGUEST) += vboxguest.o
   5