summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/loader/arch/arm64/Makefile.inc
blob: 82d8cef1b22745b67b22309f7151c19602257033 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

LOADER_FDT_SUPPORT=yes
SRCS+=	exec.c \
	start.S

.PATH:	${.CURDIR}/../../arm64/libarm64
CFLAGS+=-I${.CURDIR}/../../arm64/libarm64
SRCS+=	cache.c

CFLAGS+=	-msoft-float -mgeneral-regs-only
OpenPOWER on IntegriCloud