freebsd-dev/sys/boot/efi/loader/arch/amd64/Makefile.inc
Maxim Sobolev c7e10205ae Make spinconsole platform independent and hook it up into EFI loader on
i386 and amd64. Not enabled on ARMs, those are lacking timer routines.

MFC after:	2 moths
Sponsored by:	Sippy Software, Inc.
2017-08-25 17:29:48 +00:00

17 lines
247 B
Makefile

# $FreeBSD$
SRCS+= amd64_tramp.S \
start.S \
framebuffer.c \
elf64_freebsd.c \
trap.c \
exc.S
.PATH: ${.CURDIR}/../../i386/libi386
SRCS+= nullconsole.c \
comconsole.c \
spinconsole.c
CFLAGS+= -fPIC -DTERM_EMU
LDFLAGS+= -Wl,-znocombreloc