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
Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux/fpc-iii.git]
/
arch
/
x86
/
hyperv
/
Makefile
blob
89b1f74d32253b4c091f69b586d6f4201d66e7d4
1
# SPDX-License-Identifier: GPL-2.0-only
2
obj-y
:=
hv_init.o mmu.o nested.o
3
obj-
$(
CONFIG_X86_64
) +=
hv_apic.o
4
5
ifdef
CONFIG_X86_64
6
obj-
$(
CONFIG_PARAVIRT_SPINLOCKS
) +=
hv_spinlock.o
7
endif