]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/efi/loader/arch/arm64/Makefile.inc
MFC r325834,r325997,326502: Move sys/boot to stand/
[FreeBSD/FreeBSD.git] / stand / efi / loader / arch / arm64 / Makefile.inc
1 # $FreeBSD$
2
3 HAVE_FDT=yes
4
5 SRCS+=  exec.c \
6         start.S
7
8 .PATH:  ${BOOTSRC}/arm64/libarm64
9 CFLAGS+=-I${BOOTSRC}/arm64/libarm64
10 SRCS+=  cache.c
11
12 CFLAGS+=        -mgeneral-regs-only