blob: 7c1417ec695686379e95869bd3f579fc95a4fed1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
SRCS+= \
fdt.c \
mem_aarch64.c \
rtc_pl031.c \
uart_pl011.c
.PATH: ${BHYVE_SYSDIR}/sys/arm64/vmm
SRCS+= vmm_instruction_emul.c
BHYVE_FDT_SUPPORT=
BHYVE_GDB_SUPPORT=
|