mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
13 lines
184 B
Makefile
13 lines
184 B
Makefile
# $FreeBSD$
|
|
|
|
HAVE_FDT=yes
|
|
|
|
SRCS+= exec.c \
|
|
efiserialio.c \
|
|
start.S
|
|
|
|
.PATH: ${BOOTSRC}/arm64/libarm64
|
|
CFLAGS+=-I${BOOTSRC}/arm64/libarm64
|
|
SRCS+= cache.c
|
|
|
|
CFLAGS+= -mgeneral-regs-only
|