repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
drivers
/
virt
/
Makefile
blob
f28425ce4b39b5781a1bb6a00f40242cd9f4b5b3
1
# SPDX-License-Identifier: GPL-2.0-only
2
#
3
# Makefile for drivers that support virtualization
4
#
5
6
obj-
$(
CONFIG_FSL_HV_MANAGER
) +=
fsl_hypervisor.o
7
obj-y
+=
vboxguest
/
8
9
obj-
$(
CONFIG_NITRO_ENCLAVES
) +=
nitro_enclaves
/