Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « xen « arm64 « arch - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a4fc65f3928d434161cf1536c642b5060229f94f (plain)
1
2
3
4
# SPDX-License-Identifier: GPL-2.0-only
xen-arm-y	+= $(addprefix ../../arm/xen/, enlighten.o grant-table.o p2m.o mm.o)
obj-y		:= xen-arm.o hypercall.o
obj-$(CONFIG_XEN_EFI) += $(addprefix ../../arm/xen/, efi.o)