aa42aa1389
Introduce CONFIG_XEN and the implementation of hypercall.S (that is the only ARMv8 specific code in Xen support for ARM). Compile enlighten.c and grant_table.c from arch/arm. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com>
3 lines
100 B
Makefile
3 lines
100 B
Makefile
xen-arm-y += $(addprefix ../../arm/xen/, enlighten.o grant-table.o)
|
|
obj-y := xen-arm.o hypercall.o
|